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