摘要: 1.ajax 异步的方法 ajax({ type:'post', url:'xxx/xxx/xxx.ashx', data:{dat:'',txt:'text'}, async: true, --异步 false 同步 function(result) { data= data2; } }); $. 阅读全文
posted @ 2019-06-18 20:25 hzf08 阅读(170) 评论(0) 推荐(0)