Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

Expando properties are properties added to DOM nodes with JavaScript, where those properties are not part of the object's DOM specification:

window.document.foo = 5; // foo is an expando

The term may also be applied to properties added to objects without respecting the object's original intent, such as non-numeric named properties added to an Array.

文档标签和贡献者

 此页面的贡献者: wbamberg, klez, MartinRinehart, Andrew_Pfeiffer, Biraj
 最后编辑者: wbamberg,