摘要: 一、学习ajax发送异步请求 1 $(function(){ 2 //请求参数 3 var list = {}; 4 // 5 $.ajax({ 6 //请求方式 7 type : "POST", 8 //请求的媒体类型 9 contentType: "application/json;charse 阅读全文
posted @ 2021-03-24 21:00 靠谱杨 阅读(606) 评论(0) 推荐(0)