13
15
55
16216
12
10
循環(huán)結(jié)構(gòu) 1. while(條件){ 當(dāng)條件為真時(shí)執(zhí)行 } while中結(jié)束循環(huán)用break 練習(xí): 1.輸出10句he...
for循環(huán)的嵌套 for(var i=0;i<=10;i++){ for(var j=0;j<=5;j++){ } } 案例: 1.輸出: ******...
一.定位: 1.屬性:position 取值:relative absolute fixed 2偏移量:根據(jù)不同的定位方式實(shí)現(xiàn)元素位置的擺放 to...
bavkground:lineargradient(totop,#FFF,#000); 意思是上下白到黑的漸變 #FFF是白色 #000是黑色