function button() {
$.ajax({
type: "POST",
url: "http://www.qxqprj.com:8060/qztsmswebservice.asmx?op=HelloWorld",
dataType: "json",
contentType: "application/json;charset=utf-8",
data: "{}",
success: function (json) { alert(json.d) },
error: function (error) {
alert("调用出错" + error.responseText);
}
}
);
}
success: function (json) { alert(json.d) }, 此处会出现json is null 错误,怎么解决啊
为什么我连webservice会出现json is null 错误啊
答案:2 悬赏:0 手机版
解决时间 2021-03-21 08:00
- 提问者网友:相思似海深
- 2021-03-21 04:25
最佳答案
- 五星知识达人网友:低音帝王
- 2021-03-21 04:44
原因就是你的url,本身的json数据就是null
全部回答
- 1楼网友:你哪知我潦倒为你
- 2021-03-21 05:11
1.在ie上这样遍历json:(js代码)
var jsonlength = 0;
json形如:json = ["数据1","数据2"];
$.each(json,function(index,record){
alert(record);
jsonlength++;
});
2.在火狐上这样遍历:
for(var json in json){
alert(json[json]);
jsonlength++;
}
这样根据长度就可以判断json数据是否为空啦
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯
正方形一边上任一点到这个正方形两条对角线的 |
阴历怎么看 ? |