摘要: window.onload = function () { $.ajax({ //请求方式为get type:"GET", //json文件位置 url:"js/index.json", //返回数据格式为json dataType: "json", //请求成功完成后要执行的方法 success: 阅读全文
posted @ 2020-11-23 14:23 氧化成风 阅读(1249) 评论(0) 推荐(0)