$.ajax({            
     cache: true,
     type: "POST",
     url:"/wap/action/addlog",
     data:$('#form_answer').serialize(),// 你的formid
     async: false,
     dataType : "json",
     success: function(data) {
         if(data.goto_flag==1)
         {
            $("#confirm").attr("href","/wap/action/explain?).show();
     }
});

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-05-20
  • 2021-10-23
  • 2021-11-18
  • 2021-10-12
  • 2021-04-15
  • 2022-02-28
相关资源
相似解决方案