摘要: 1.ajax(url,options)——jquery底层ajax实现 $('p').click(function () { $.ajax(/*'123.php',*/{ url:'ajax.php',//请求地址,如果前面的url参数设置了,这里的url无效 //async:true,//默认为t 阅读全文
posted @ 2018-05-06 21:52 ljstu 阅读(107) 评论(0) 推荐(0)