韩冰 发表于 2005-1-26 00:38

Javascript的保留字

JavaScript简介

<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width=500 border=0>

<TR>
<TD>
<P>

<H4 align=center><A>Javascript的保留字</A> </H4>
<P>以下的保留字不可以用作变量,函数名,对象名等,其中有的保留字是为以后JAVASCRIPT扩展用的.
<TABLE width=556>

<TR>
<TD width=139>
<UL>
<LI>abstract
<LI>boolean
<LI>break
<LI>byte
<LI>case
<LI>catch
<LI>char
<LI>class
<LI>const
<LI>continue
<LI>default
<LI>do
<LI>double
<LI>else </LI></UL></TD>
<TD width=139>
<UL>
<LI>extends
<LI>false
<LI>final
<LI>finally
<LI>float
<LI>for
<LI>function
<LI>goto
<LI>if
<LI>implements
<LI>import
<LI>in
<LI>instanceof </LI></UL></TD>
<TD width=139>
<UL>
<LI>int
<LI>interface
<LI>long
<LI>native
<LI>new
<LI>null
<LI>package
<LI>private
<LI>protected
<LI>public
<LI>return
<LI>short
<LI>static </LI></UL></TD>
<TD width=139>
<UL>
<LI>super
<LI>switch
<LI>synchronized
<LI>this
<LI>throw
<LI>throws
<LI>transient
<LI>true
<LI>try
<LI>var
<LI>void
<LI>while
<LI>with </LI></UL></TD></TR></TABLE></P></TD></TR></TABLE></DIV>

yunwuya 发表于 2005-3-19 17:40

好,不错,正好用得上。
页: [1]
查看完整版本: Javascript的保留字