会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晨港飞燕的博客
晨港飞燕
技术改变世界
博客园
首页
新随笔
管理
2016年8月30日
js中设置元素class的三种方法小结
摘要: 一、el.setAttribute('class','abc'); 代码如下: .abc { background: red; }test div var div = document.getElementById('d1'); div.setAttribute("class",...
阅读全文
posted @ 2016-08-30 13:23 晨港飞燕刘彦登
阅读(540)
评论(0)
推荐(0)
编辑