摘要: chapter5 UI层的松耦合- css 去 javascript > 不要用css 的expression 表达式- javascript 去 css 123456element.style.color = "red"; // 不好的写法element.style.cssText= "color: red; left: 10px;"; // 不好的写法 element.... 阅读全文
posted @ 2016-01-24 20:23 haili042 阅读(124) 评论(0) 推荐(0) 编辑