所有的現(xiàn)代瀏覽器已經(jīng)完全支持 ES5(ECMAScript 5)。
JavaScript 保留關(guān)鍵字(keyword)
Javascript 的保留關(guān)鍵字(標(biāo)識(shí)符)不可以用作變量、標(biāo)簽或者函數(shù)名。有些保留關(guān)鍵字是作為 Javascript 以后擴(kuò)展使用。
abstract | arguments | boolean | break | byte |
case | catch | char | class* | const |
continue | debugger | default | delete | do |
double | else | enum* | eval | export* |
extends* | false | final | finally | float |
for | function | goto | if | implements |
import* | in | instanceof | int | interface |
let | long | native | new | null |
package | private | protected | public | return |
short | static | super* | switch | synchronized |
this | throw | throws | transient | true |
try | typeof | var | void | volatile |
while | with | yield |
* 標(biāo)記的關(guān)鍵字是 ECMAScript5 中新添加的。
JavaScript 對(duì)象、屬性和方法
您也應(yīng)該避免使用 JavaScript 內(nèi)置的對(duì)象、屬性和方法的名稱(chēng)作為 Javascript 的變量或函數(shù)名:
Array | Date | eval | function | hasOwnProperty |
Infinity | isFinite | isNaN | isPrototypeOf | length |
Math | NaN | name | Number | Object |
prototype | String | toString | undefined | valueOf |
Java 保留關(guān)鍵字
JavaScript 經(jīng)常與 Java 一起使用。您應(yīng)該避免使用一些 Java 對(duì)象和屬性作為 JavaScript 標(biāo)識(shí)符:
getClass | java | JavaArray | javaClass | JavaObject | JavaPackage |
Windows 保留關(guān)鍵字(reserved word)
JavaScript 可以在 HTML 外部使用。它可在許多其他應(yīng)用程序中作為編程語(yǔ)言使用。
在 HTML 中,您必須(為了可移植性,您也應(yīng)該這么做)避免使用 HTML 和 Windows 對(duì)象和屬性的名稱(chēng)作為 Javascript 的變量及函數(shù)名:
alert | all | anchor | anchors | area |
assign | blur | button | checkbox | clearInterval |
clearTimeout | clientInformation | close | closed | confirm |
constructor | crypto | 聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com JavaScript保留關(guān)鍵字匯總_javascript技巧JavaScript保留關(guān)鍵字匯總_javascript技巧:JavaScript 標(biāo)準(zhǔn) 所有的現(xiàn)代瀏覽器已經(jīng)完全支持 ES5(ECMAScript 5)。 JavaScript 保留關(guān)鍵字(keyword) Javascript 的保留關(guān)鍵字(標(biāo)識(shí)符)不可以用作變量、標(biāo)簽或者函數(shù)名。有些保留關(guān)鍵字是作為 Javascript 以后擴(kuò)展使用。 ab
推薦度:
最新推薦猜你喜歡熱門(mén)推薦 |