2016年8月5日

JavaScript 学习笔记——cssText

摘要: 平常编写代码,更改一个元素样式的时候,自己都是用 obj.style.width = "200px"; obj.style.position = "absolute"; obj.style.left = "100px"; obj.style.width = "200px"; obj.style.po 阅读全文

posted @ 2016-08-05 10:24 mirsent 阅读(118) 评论(0) 推荐(0)

导航