用jQuery发送JSON数据
为什么下面的代码发送数据为City=Moscow&Age=25而不是JSON格式?
City=Moscow&Age=25
var arr = {City:'Moscow', Age:25};$.ajax( { url: "Ajax.ashx", type: "POST", data: arr, dataType: 'json', async: false, success: function(msg) { alert(msg); } });
眼眸繁星
隔江千里
噜噜哒
相关分类