美文网首页
1.0.2 Javascript 关键词

1.0.2 Javascript 关键词

作者: RockyLuo_290f | 来源:发表于2019-03-06 12:33 被阅读0次

    关键词是保留的,不能用作变量名或函数名
    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

    相关文章

      网友评论

          本文标题:1.0.2 Javascript 关键词

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