####一.隱式轉(zhuǎn)換 **1) 查看數(shù)據(jù)類型** *typeof* ```js 案例: var a=1; console.log(ty...
####一.隱式轉(zhuǎn)換 **1) 查看數(shù)據(jù)類型** *typeof* ```js 案例: var a=1; console.log(ty...
循環(huán)結(jié)構(gòu) 1. while(條件){ //當(dāng)條件為真時(shí)執(zhí)行 } while中結(jié)束循環(huán)用break; 練習(xí): ...
什么是數(shù)組 內(nèi)存中一段儲(chǔ)蓄空間 多個(gè)變量的集合 數(shù)組的格式:var arr=[];(這是一個(gè)空數(shù)組) 或var arr=new Array(); 給數(shù)組添加值: var ar...
1. text-decoration:none a標(biāo)簽樣式無 2.background: 背景顏色 3.margin:0px auto 外邊框上下無旬盯,左右居中 4.float...