1
haikea OP 各位大神能帮忙看看是什么问题么
|
2
Mazexal Apr 11, 2018
HTTP 错误 400
400 请求出错 由于语法格式有误,服务器无法理解此请求。不作修改,客户程序就无法重复此请求。 |
3
q253382683 Apr 11, 2018
你这格式。。。
|
4
quartet Apr 11, 2018
$.ajax({
url : "testJson", type : "POST", contentType : "application/json;charset=UTF-8", dataType : "json", data: JSON.stringify({"name": "uname"}), success:function(result) { alert(result.name); } }); |