摘要: 解决方法1:在全局设置:Js代码$.ajaxSetup({async:false});[js]viewplaincopy$.ajaxSetup({async:false});然后再使用post或get方法Js代码$.get("register/RegisterState",{test:12},fun... 阅读全文
posted @ 2015-03-16 10:42 You最温暖的港湾 阅读(466) 评论(0) 推荐(0)