摘要: 一、Get 请求的模板(不带参数,普通请求,接收返回JSON格式的反馈数据) 1 $.ajax({ 2 type: 'GET', 3 url: ipprefix + '/GetAllTestTasksStatusData', 4 dataType: 'json', //期望的后端返回数据格式 5 a 阅读全文
posted @ 2025-05-14 16:18 上清风 阅读(25) 评论(0) 推荐(0)