标签:
JavaScript中的关键字有:
Break else new var
Case finally return void
Catch for switch while
continue 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
以上关键字为个人总结。
标签:
原文地址:http://www.cnblogs.com/R46W8/p/4771841.html