JavaScript基本概念解析.docxVIP

  • 0
  • 0
  • 约6.78千字
  • 约 11页
  • 2021-04-01 发布于天津
  • 举报
JavaScript基本概念 、语法: JavaScript区分大小写; 标识符:第一个字母必须是字母,下划线或者符号:苴它字符可以是字母,下划线,符号或 者数字。 注释: //单行注释方法 严 多行注释方法 、关键字和保留字: 关键字:不能用做标识符 break case catch continue debugger default delete do instanceof finally return switch function this throw in try typeof var void while with */ 保留字:也不能用做标识符(ECMA-第三版左义) abstract boolean byte char class const debugger double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile 在非严格模式下,第五版把保留字缩减为: superclass enum extends super const export import 而在严格模式下,

文档评论(0)

1亿VIP精品文档

相关文档