browser-sync 默認使用服務的協議,也就是 localhost:3000 走的是 http 協議,那這樣圖片地址就不用填上 http: 了,直接寫上類似這樣的地址 //img1.360buyimg.com...
2021-05-12
最新回答 / KingOflongkouWest
//?定義類 class?Menu?{ ????//?構造函數 ????constructor?(id)?{ ????????//?獲取?id為?menu-box?的標簽 ????????this.box?=?document.querySelector(id); ????????//?獲取?menu-box?第一個?ul?標...
2021-05-10