且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQuery AJAX到节点服务器抛出net :: ERR_CONNECTION_REFUSED

更新时间:2022-04-22 21:51:00

数据:JSON.stringify(testdata),

这可能是你的问题。您需要序列化您的json对象。你需要在选项中将.ajax调用设置为POST类型,否则它将默认为get。

That's probably your problem. You need to serialize your json object. And you need to set the .ajax call to type of POST in options otherwise it will default to a get.