關于右邊先加載的問題
.left{width:200px; height:500px; background:blue; position:absolute;left:0;top:50px;}
.right{height:500px; background:green;? ?margin-left:210px;}
? ?為什么我的整個頁面都是同時加載的
.left{width:200px; height:500px; background:blue; position:absolute;left:0;top:50px;}
.right{height:500px; background:green;? ?margin-left:210px;}
? ?為什么我的整個頁面都是同時加載的
2018-07-17
舉報
2018-07-18
你網速快唄,加載的內容也很小,你感覺不出來,網頁代碼加載都是從上到下的