【发布时间】:2014-09-20 16:17:02
【问题描述】:
我正在开发一种 JSON 查询语言,该项目在除 IE8 之外的所有浏览器中都能正常工作。
我在 IE8 中得到了这个Object doesn't support this action。
Object.defineProperty(FJQL, c, {
get: function(){
return (new Query(this, this.records))[c];
}
});
有没有其他解决方案?
谢谢....
【问题讨论】:
标签: javascript