摘要: 使用jQuery进行数据交互 前端提交/获取ajax数据 var data = { "name": "test", "test": "test", }; $.ajax({ type: 'GET', // 请求类型 url: /your/url/, //请求发送到的服务器接口 data: data, 阅读全文
posted @ 2020-12-09 23:04 云鹤^ 阅读(1723) 评论(0) 推荐(0)