我在Internet Explorer 'JSON' is undefined
上發生了此錯誤。錯誤JSON未定義
發生錯誤的位置:
ajaxCall({
url: me.getAllService,
data: JSON.stringify(unionParameters({ filter: filter }, getData(), me.getAllParameters)),
success: function (result) {
if (typeof (onSuccess) == 'function')
onSuccess(result);
},
error: function (error) {
if (typeof (onFailed) == 'function')
onFailed(error);
}
});
你知道如果Internet Explorer的版本,你」重新使用支持對象'JSON'? – Matthew 2014-11-02 04:51:43
['JSON'可能重複是IE中的未定義錯誤](http://stackoverflow.com/questions/5093582/json-is-undefined-error-in-ie-only) – undefined 2014-11-02 04:58:43
@Matthew我使用IE9 – egydeveloper4 2014-11-02 05:18:11