2014年6月24日

js部分总结

摘要: 1 currentStyle 可以获取行间样式,但是不兼容 其他浏览器用getComputedStyle(div,null)这个ie低级版本不兼容; if(div.currentStyle){ } else{} 复合样式(background)与单一样式(width) currentStyle 不能... 阅读全文

posted @ 2014-06-24 15:51 徐异安 阅读(133) 评论(0) 推荐(0)

导航