美文网首页
关键字 保留字

关键字 保留字

作者: Bookish倩宝 | 来源:发表于2016-09-01 11:40 被阅读0次

    下面是 ECMAScript 关键字的完整列表:
    break case catch continue default delete do else finally for function if in instanceof new return switch this throw try typeof var void while with

    保留字在某种意思上是为将来的关键字而保留的单词。因此保留字不能被用作变量名或函数名。
    完整的保留字列表如下:
    abstract boolean byte char class const debugger double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile

    相关文章

      网友评论

          本文标题:关键字 保留字

          本文链接:https://www.haomeiwen.com/subject/ggbcettx.html