摘要: 1.依赖jQuery 2.编写ajax代码 $.ajax({ url : '发送地址', type : "请求方式" , data : { n1: 123, n2: 456, } , success: function (res) { console.log(res); } }) GET请求 $.a 阅读全文
posted @ 2023-06-25 17:17 徐俊112 阅读(15) 评论(0) 推荐(0)