摘要: /*-------------- 示例一 ----------------*/ajax({ url: "https://m.baidu.com/su", //请求地址 type: "POST", //请求方式 data: { wd:'te'}, //请求参数 dataType: "json", success: function (response, xml) { ... 阅读全文
posted @ 2017-12-22 15:32 欲戴王冠,必承其重 阅读(202) 评论(0) 推荐(0)