美文网首页
JS关键字和保留字

JS关键字和保留字

作者: daisx | 来源:发表于2017-05-03 18:34 被阅读0次

关键字

break do instanceof
typeof new var
catch finally return void continue
for switch while
debugger function this with
default if throw
delete in try

保留字

abstract enum int short
boolean export interface static
byte extends long super
char final native synchronized
class float package throws
const goto private transient
debugger implements protected volatile
double import public

相关文章

网友评论

      本文标题:JS关键字和保留字

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