NetBlog主题

JQuery,Post发送多个参数并返回json
Web前端

JQuery,Post发送多个参数并返回json

3080

2022-01-01 更新var sendData = {country_code: "country_code",phoneList: "fileString"};$.ajax({type: "POST",url: "../api/User/Login",contentType: "application/json; charset=utf-8",data: JSON.stringify(sendData),dataType: "json",success: function (message)…