<!DOCTYPE html> 功能實(shí)現(xiàn):右鍵菜單 *{ margin: 0; paddi...
百度 百度一下 /* e.preventDefault() 比如:阻止超鏈接跳轉(zhuǎn)畜吊,阻止右鍵點(diǎn)擊事...
<!DOCTYPE html> 拖動(dòng)框效果 *{ margin: 0; padding: ...
全選 北京 上海 廣州 深圳 // 獲取全選復(fù)選框 let ckAll = docu...
<!DOCTYPE html> 購(gòu)物車 *{ margin: 0; padding: 0;...
<!DOCTYPE html> 輪播圖練習(xí) <!-- 創(chuàng)建一個(gè)圖片標(biāo)簽 --> //定義一個(gè)圖片數(shù)組 ...
顯示圖片 更換圖片title 給圖片添加address屬性 刪除圖片 //獲取圖片標(biāo)簽 le...
一、BOM&DOM 1. BOM BOM 是瀏覽器對(duì)象模型要门,就可以理解成是當(dāng)前瀏覽器打開(kāi)的窗口 window對(duì)象 就是 BOM 通過(guò)window...
// 定義一個(gè)寵物類 class Pet{ constructor(name, type, gender, heal...