DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> Javascript中的關鍵字和保留字整理
Javascript中的關鍵字和保留字整理
編輯:關於JavaScript     

ECMA-262中描述了一組具有特定用途的關鍵字,可用於表示控制語句的開始或結束,或者用於執行特定操作等。規定:關鍵字屬於語言保留,不可以用於標示符。

ECMAScript的全部關鍵字(*為第五版新增):

break  do  instanceof  typeof  case  else  new  var  catch  finally  return  void  continue  for  switch  while        debugger*    function  this  with    default  if  throw  delete  in  try  

ECMA-262中的全部保留字(第三版):

abstract  enum  int  short  boolean  export  interface  static  byte  extends  long  super  char  final  native  class

synchronized  float  package  throws  const  goto  private  transient  debugger  implements  protected  volatile  double  

import  public

保留字可能會作為再版的關鍵字,如第五版新增的debugger就是第三版的保留字。

第五版中非嚴格模式下的保留字:

class  enum  extends  supper  const  export  import

嚴格模式下保留字:

implements  package  public  interface  private  static  let  protected  yield

注意:let和yield為新增保留字;為保證兼容建議作為參考保留字。

在Javascript中使用關鍵字和保留字會報錯。不建議使用!

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved