摘要: /** * 1、普通请求 **/ // $.ajax({ // url:"a.html", // success: function(data){ // console.log(data) // $("#box").html(data) // }, // error:function(){ // a 阅读全文
posted @ 2018-10-24 19:09 浮-生 阅读(120) 评论(0) 推荐(0) 编辑