javascript 常用关键字列表集合
javascript 常用关键字列表集合
发布时间:2016-12-30 来源:查字典编辑
摘要:Javascript关键字(ReservedWords)是指在Javascript语言中有特定含义,成为Javascript语法中一部分的那...

Javascript关键字(ReservedWords)是指在Javascript语言中有特定含义,成为Javascript语法中一部分的那些字。Javascript关键字是不能作为变量名和函数名使用的。使用Javascript关键字作为变量名或函数名,会使Javascript在载入过程中出现编译错误。

Javascript关键字列表:

breakdeletefunctionreturntypeof

casedoifswitchvar

catchelseinthisvoid

continuefalseinstanceofthrowwhile

debuggerfinallynewtruewith

defaultfornulltry

Javascript未来关键字(JavascriptFutureReservedWords)

Javascript还有一些未来关键字,这些字虽然现在没有用到Javascript语言中,但是将来有可能用到。

Javascript未来关键字列表:

abstractdoublegotonativestatic

booleanenumimplementspackagesuper

byteexportimportprivatesynchronized

charextendsintprotectedthrows

classfinalinterfacepublictransient

constfloatlongshortvolatile

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类