ECMAScript的关键字:
break,else,new,var,case,finally,return,void,catch,for,switch,while,continute,function,this,with,default,if,throw,delete,in,try,do,instanceof,typeof,
第三版保留字:
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
本文详细介绍了ECMAScript中的关键字,包括标准关键字如break、else等,以及第三版中引入的保留字如abstract、enum等。这些关键字对于理解ECMAScript语法至关重要。

被折叠的 条评论
为什么被折叠?



