摘要:
在火狐下运行:o = { value:9 } Object.prototype.__defineGetter__("mm",function(){return "属性测试"})alert(o.mm)在火狐下运行,可以扩展innerText第一种:if(typeof(HTMLElement)!="undefined" && !window.opera) { HTMLElement.prototype.__defineGetter__("innerText",function () { return t 阅读全文