JQuery,Post发送多个参数并返回json
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)…