🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 附录A:JavaScript中的保留字 **下列JavaScript保留字应该避免在属性名中使用** 下面的但在在JavaScript语言中被保留,不能作为在点访问符中使用。这份名单代表此时的最佳关键字的知识;列表可能会改变或根据您的特定的执行环境更改。 下面是JavaScript语言中的保留字,且不能在点访问符中使用。这份清单集合了当前最新的关键字,该清单可能会根据具体的执行环境而有所变更或改变。 来自[ECMAScript 语言规范第五版](http://www.ecma-international.org/publications/standards/Ecma-262.htm) ~~~ abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends false final finally float for function goto if implements import in instanceof int interface let long native new null package private protected public return short static super switch synchronized this throw throws transient true try typeof var volatile void while with yield ~~~ 除了特别[说明](http://code.google.com/policies.html),该页面的内容均由[共同创作协议](http://creativecommons.org/licenses/by/3.0/)(CC BY 3.0)授权许可,示例代码均由[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)许可证授权许可)