摘要: arguments | json | currentStylefor( var i in json); 获取非行间样式,在IE下用 currentStyle(IE-9) ,在chrome 和 firfox 下用 getComputedStyle. 其中判断IE还是chrome、firfox是根据 obj.currentStyle ,ie为ture,FF为false。 获取非行间样式... 阅读全文
posted @ 2015-06-01 21:56 留在世间光年 阅读(149) 评论(0) 推荐(0)