'contentType' : 'application/json',
'data' : JSON.stringify(data),
'dataType' : 'json',
在jquery的ajax请求中修改上述三项,已成功解决。其主要原因应该是contentType的问题。
posted on 2015-10-09 11:10 明明很久 阅读(412) 评论(0) 收藏 举报