課程
/前端開發
/JavaScript
/Tab選項卡切換效果
這是什么意思
2015-09-20
源自:Tab選項卡切換效果 1-4
正在回答
function $(id) ?這是一個方法 方法的名稱 是$ ? id是他的參數 ?用來獲取 標簽用的
舉報
本課程詳細介紹網頁頁面中最流行常用的tab切換效果
7 回答function $(id){ return typeof id==='string'?document.getElementById(id):id; }
5 回答function $(id){ return typeof id==='string'?document.getElementById(id):id; }
2 回答function $(id){return typeof id==='string'?document.getElementsById(id):id;},
3 回答function $(id) { return typeof id==='string' ? document.getElementById(id):id;這行代碼有什么用???
3 回答請問同學這是什么意思??function $(id){ return typeof id==='string'?document.getElementsById(id):id; }是什么意思
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-10-04
function $(id) ?這是一個方法 方法的名稱 是$ ? id是他的參數 ?用來獲取 標簽用的