javascript有一定数量的保留字,或者在该语言中有特殊意义的单词。应避免在你的代码中使用这些单词,除了使用它们的本意之外。
- break
- case
- catch
- class
- const
- continue
- debugger
- default
- delete
- do
- else
- enum
- export
- extends
- false
- finally
- for
- function
- if
- implements
- import
- in
- instanceof
- interface
- let
- new
- null
- package
- private
- protected
- public
- return
- static
- super
- switch
- this
- throw
- true
- try
- typeof
- var
- void
- while
- with
- yield
作者:flyonok 发表于2013-5-9 23:34:18 原文链接
阅读:23 评论:0 查看评论