HTML DOM အခြေခံအုပ်ချုပ်ခြင်း strictErrorChecking အကျုံးအဖြုံး

  • အဆင်းပြင် ကြည့်ရန် scripts
  • နောက်ဆုံး စာရင်း title
  • အဆင်းပြင် ကြည့်ရန် HTML DOM Documents

အဆိုပါအကျုံးအဖြုံး နှင့် အသုံးပြုခြင်း

မသုံးမမဲ့ strictErrorChecking strictErrorChecking

strictErrorChecking strictErrorChecking သည် အားလုံးသော ဘာသာပြန်သံ တွင် ပြန်သတင်းပေးသည် undefined.

အစီရင်ခံပါstrictErrorChecking strictErrorChecking သည် DOM Core Level 3 (2004) အခြေခံအရေးအချက် ဖြစ်သည်

သူသည် ဘာသာပြန်သံကို ပြင်ဆင်ပေးသည်။

အပြီးအပေါ် ပစ္စည်း

JavaScript "use strict"

အကြောင်းကြားချက်

ပုံစံမူ ပုံနှိပ်ထားသော အခြေခံအုပ်ချုပ်ခြင်း ကို ပြန်သတင်းပေးပါ

document.strictErrorChecking;

ကိုယ်တိုင် ကြိုးစားပါ

လက်တင်သံ

strictErrorChecking ကို ပြန်သတင်းပေးပါ

document.strictErrorChecking

တစ်ကိုယ်မှာ strictErrorChecking ကို အစိုးရပြီး

document.strictErrorChecking = true|false

ပြန်လည်ပေးသည်

အမျိုးအစား ဖော်ပြ
ဘာသာပြန်သင်္ဂြိုလ်

strictErrorChecking ဖွင့်လာခဲ့သော် true ဖြစ်သည်。

အားလုံး အသစ် ဘာသာပြန်သင်္ဂြိုလ် တွင် undefined ပြန်လည်ပေးသည်。

  • အဆင်းပြင် ကြည့်ရန် scripts
  • နောက်ဆုံး စာရင်း title
  • အဆင်းပြင် ကြည့်ရန် HTML DOM Documents