会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
olleh
博客园
首页
新随笔
联系
管理
订阅
文章分类 -
js
javascript
js 设置css样式的几种方法
摘要:js动态设置样式: 1: 直接设置Style对象: el.style.color = '#b50029'; el.style.fontSize = '30px'; el.style['font-size'] = '30px'; 2:设置style属性: 【2.1】el.setAttribute('s
阅读全文
posted @
2017-09-22 10:55
olleh
阅读(22592)
评论(0)
推荐(1)
公告