javascript中关键字
2017-11-25 本文已影响0人
布口袋_whx
ECMA-262 定义了 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