课程
/前端开发
/JavaScript
/Tab选项卡切换效果
这是什么意思
2015-09-20
源自:Tab选项卡切换效果 1-4
正在回答
function $(id) 这是一个方法 方法的名称 是$ id是他的参数 用来获取 标签用的
举报
本课程详细介绍网页页面中最流行常用的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; }是什么意思
购课补贴联系客服咨询优惠详情
慕课网APP您的移动学习伙伴
扫描二维码关注慕课网微信公众号