課程
/前端開發(fā)
/JavaScript
/Tab選項卡切換效果
這是什么意思
2015-09-20
源自:Tab選項卡切換效果 1-4
正在回答
function $(id) ?這是一個方法 方法的名稱 是$ ? id是他的參數(shù) ?用來獲取 標簽用的
舉報
本課程詳細介紹網(wǎng)頁頁面中最流行常用的tab切換效果
5 回答function $(id){ return typeof id==='string'?document.getElementById(id):id; }
7 回答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 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-10-04
function $(id) ?這是一個方法 方法的名稱 是$ ? id是他的參數(shù) ?用來獲取 標簽用的