会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
只专注于.Net开发
博客园
首页
新随笔
联系
订阅
管理
09 2012 档案
Javascript 获取style 列表
摘要:console.log(document.styleSheets); 获取结果如下: console.log(document.styleSheets[0].cssRules);console.log(document.styleSheets[0].cssRules[0]);添加css样式dom.style['width'] = '120px';dom.style.width = '120px';
阅读全文
posted @
2012-09-11 19:11
cheng1234xiang
阅读(291)
评论(0)
推荐(0)
公告