Js查漏補缺03 迴圈結構

2022-01-28 23:18:50 字數 857 閱讀 5859

doctype html

>

<

html

lang

="en"

>

<

head

>

<

meta

charset

="utf-8"

>

<

title

>閏年檢查器

title

>

head

>

<

body

>

<

script

>

varyear

=prompt(

"請輸入年份以判斷閏年");

if((year%4

==0&&year

%100!=0

)||year

%400==0

)

else

document.write(

"第一行")

document.write(""

) document.write(

"第二行")

//出現pycharm不提示的錯誤,可以利用網頁的檢查功能,console中會提示詳細的錯誤和錯誤原因

script

>

<

script

>

for(

vari=1

;i<=5;i

++)//break終止本輪迴圈,continue終止本次迴圈

script

>

body

>

html

>

JS查漏補缺1

1.function fn fn console.log typeof a undefined console.log typeof b number2.fn1 1 function fn1 fn2 報錯 var fn2 function 3.for infunction student stude...

Js查漏補缺 01

0x00 字串部分 使用 拼接字串與其他型別的資料,拼接出來的型別為字串 包括null與undefined 0x01 資料型別部分 typeof關鍵字可以獲取資料型別 例 typeof a parseint parsefloat 會去掉英文單詞,做動畫時可以用來去掉單位 使用時需注意首位不能為字母,...

Js查漏補缺 04

0x00 dom innertext 不識別html innerhtml 可以識別html,此外這兩個函式都能讀取元素內容 當無引數時 以上函式只能修改普通盒子的內容,像表單這種特殊標籤只能用value來修改 this在事件中指向的是事件函式的呼叫者 0x01 一些常用方法 listitems.pu...