08 2021 档案

摘要:function ajax(type, url, data) { return new Promise((resolve, reject) => { $.ajax({ type: type, url: url, dataType: 'json', data: data, beforSend: fun 阅读全文
posted @ 2021-08-12 21:27 果茶加冰 阅读(65) 评论(0) 推荐(0)