我有以下代码:
var APP= APP || {};
APP.settings = {
apiRoot: "http://localhost/appapi",
siteRoot: "http://localhost",
};
此代码在 Chrome 和 Firefox 中有效,但在 IE8 中引发错误,Unable to set value of the property 'settings': object is null or undefined
这不是我的代码,所以我对为什么这不起作用有点茫然?