ASP.NET:Ajax不发送字符串
创始人
2024-09-20 00:00:57
0
  1. 确保使用的是POST方法

    function sendData(strData) { $.ajax({ type: "POST", url: "MyApiUrl", data: strData, contentType: "application/json; charset=utf-8", dataType: "json", success: function (response) { console.log(response); }, error: function (xhr, ajaxOptions, thrownError) { console.log(xhr.status); console.log(thrownError); } }); }

  2. 设置content-type为application/json,并将data参数转换为JSON字符串

    function sendData(strData) { $.ajax({ type: "POST", url: "MyApiUrl", data: JSON.stringify(strData), contentType: "application/json; charset=utf-8", dataType: "json", success: function (response) { console.log(response); }, error: function (xhr, ajaxOptions, thrownError) { console.log(xhr.status); console.log(thrownError); } }); }

  3. 如果仍然无法发送字符串,请尝试使用XMLHttpRequest对象手动发送

    function sendData(strData) { var xhr = new XMLHttpRequest(); xhr.open('POST', 'MyApiUrl', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.onreadystatechange = function () { if (xhr.readyState == 4 && xhr.status == 200) { console.log(xhr.responseText); } }; xhr.send(strData); }

相关内容

热门资讯

揭露透视!wepoker有辅助... 揭露透视!wepoker有辅助吗,微乐山西威信小程序,攻略教程(有挂规律)-哔哩哔哩1.wepoke...
开挂透视!aapoker能控制... 开挂透视!aapoker能控制牌吗,微乐自建房免费黑科技推荐,绝活儿教程(有挂分析)-哔哩哔哩1、a...
了解透视!pokemmo修改器... 您好,pokemmo修改器手机版这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
分享透视!约局吧德州真的存在透... 分享透视!约局吧德州真的存在透视吗,微乐麻将脚本掌上程序,指引教程(有挂秘籍)-哔哩哔哩1、下载好约...
推荐透视!德普之星透视辅助,小... 推荐透视!德普之星透视辅助,小程序微乐陕西挖坑辅助器,练习教程(有挂辅助)-哔哩哔哩1、德普之星透视...
有挂透视!wepoker作弊方... 有挂透视!wepoker作弊方法,微乐麻将脚本掌上程序,教材教程(有挂讲解)-哔哩哔哩运wepoke...
总结透视!约局吧app有挂吗,... 总结透视!约局吧app有挂吗,微乐小程序辅助脚本平台,举措教程(有挂方式)-哔哩哔哩1、很好的工具软...
总结透视!wepoker有没有... 总结透视!wepoker有没有挂,微乐云南小程序辅助器,方式教程(有挂存在)-哔哩哔哩1、wepok...
科普透视!hhpoker的辅助... 科普透视!hhpoker的辅助是真的吗,微乐自建房辅助可信吗,大纲教程(有挂头条)-哔哩哔哩1、操作...
详细透视!德普之星透视,微乐小... 详细透视!德普之星透视,微乐小程序辅助器脚本,课程教程(有挂总结)-哔哩哔哩1、用户打开应用后不用登...