let's see mui.js sourses:
var jsonType = 'application/json';
accepts: {
script: 'text/javascript, application/javascript, application/x-javascript',
json: jsonType,
xml: 'application/xml, text/xml',
html: htmlType,
text: 'text/plain'
},
说明发起请求只接受appplication/json 但有些服务器并不理会 java服务器没问题,php经常会有问题
解决方法
改成 var jsonType = 'application/json;charset=utf-8,text/json;charset=utf-8';
finish....
![sunkiha](https://img-cdn-tc.dcloud.net.cn/account/identicon/b4ff36d6ed1d1feef35a540134e25d9f.png)
sunkiha
- 发布:2015-10-31 14:04
- 更新:2015-10-31 14:04
- 阅读:1462
0 个回复