လက်ပရိုဇ် ကျင်းပြော
လက်ပရိုဇ် ကျင်းပြော
JavaScript တွင် သည့်ကြောင်းသားများကို သတင်းဖုန်း၊ အကြောင်းသားများ သို့မဟုတ် အပိုင်းအခါ အသုံးပြုခြင်း မပြုရ။
abstract | arguments | await* | 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 |
ကြယ်စက္ခုဖြင့် အသုံးပြုထားသော အကြောင်းသားများ သည် ECMAScript 5 နှင့် 6 တွင် အသစ်အကြောင်းသားများ ဖြစ်သည်။
ထို့ကြောင်း အသုံးပြုနိုင် JS 版本အခြား JavaScript ပုံစံများ အကြောင်းသတင်းကို ထို့ကြောင်း ဖတ်ပါ။
ဖယ်ရှားခြင်းခံရသည့် အကြောင်းသားများ
ထို့ကြောင်း အကြောင်းကို ECMAScript 5/6 အဘာသာစကားများမှ ဖယ်ရှားခြင်းခံရသည်။
abstract | boolean | byte | char |
double | final | float | goto |
int | long | native | short |
synchronized | throws | transient | volatile |
ကျွန်ုပ်သည် အကျဉ်းချုပ် ကို အသုံးပြုခြင်း ကို အစီအစဉ် အဖြစ် အသုံးပြုပါ။ အချို့ ဘရပ်သား ကို အခြေခံ ECMAScript 5/6 ကို အပြည့်အဝင် ကူညီခြင်း မရှိပါ။
JavaScript အားကစာ
ကျွန်ုပ်သည် ဂျာကာဗာ အဆိုပါ အခွင့်အရေး ကို အသုံးပြုခြင်း ကို ရွှေ့ပြောင်းပါ။
Array | Date | eval | function |
hasOwnProperty | Infinity | isFinite | isNaN |
isPrototypeOf | length | Math | NaN |
name | Number | Object | prototype |
String | toString | undefined | valueOf |
Java အကျဉ်းချုပ်
JavaScript သည် ဂျာကာဗာ နှင့် အတူ အသုံးပြုသည်။ ကျွန်ုပ်သည် အချက်အလက် အချက်အလက် ကို အသုံးပြုခြင်း ကို ရွှေ့ပြောင်းပါ။
getClass | java | JavaArray | javaClass |
JavaObject | JavaPackage |
အခြား အကျဉ်းချုပ် ဖြစ်ပါတယ်
JavaScript သည် အမျိုးမျိုးသော အစီအစဉ် များ တွင် ပေါ်ထွက်သော ပုံစံ နှင့် အသုံးပြုနိုင်သည်။ ကျွန်ုပ်သည် အချက်အလက် အချက်အလက် ကို အသုံးပြုခြင်း ကို ရွှေ့ပြောင်းပါ။
ကျွန်ုပ်သည် အိပ်ခတ်အမည် နှင့် Window အခွင့်အရေး ကို အသုံးပြုခြင်း ကို ရွှေ့ပြောင်းပါ။
alert | all | anchor | anchors |
area | assign | blur | button |
checkbox | clearInterval | clearTimeout | clientInformation |
close | closed | confirm | constructor |
crypto | decodeURI | decodeURIComponent | defaultStatus |
document | element | elements | embed |
embeds | encodeURI | encodeURIComponent | escape |
event | fileUpload | focus | form |
forms | frame | innerHeight | innerWidth |
layer | layers | link | location |
mimeTypes | navigate | navigator | frames |
frameRate | hidden | history | image |
images | offscreenBuffering | open | opener |
option | outerHeight | outerWidth | packages |
pageXOffset | pageYOffset | parent | parseFloat |
parseInt | password | pkcs11 | plugin |
prompt | propertyIsEnum | radio | reset |
screenX | screenY | scroll | secure |
select | self | setInterval | setTimeout |
status | submit | taint | text |
textarea | top | unescape | untaint |
window |
HTML 事件处理程序
此外您应该避免使用所有 HTML 事件处理程序的名称。
例如:
onblur | onclick | onerror | onfocus |
onkeydown | onkeypress | onkeyup | onmouseover |
onload | onmouseup | onmousedown | onsubmit |