jQuery通过Ajax实现请求后台接口数据 2020-09-03 10:18:14 浏览数 (1) 代码语言:javascript复制<script> $(function () { $.ajax({ url: " https://xx.php", type: "post", data: data, dataType: 'json', success: (res) => { }, error: (err) => { } }) }) </script> jquery ajax 后台 0 人点赞 上一篇:分享雷军22年前编写的代码