window,getComputedStyle,letter-spacing
2018-02-08 15:44 改吧 阅读(262) 评论(0) 编辑 收藏 举报js 拿到element的css样式
window.getComputedStyle(ele,[pseuso)
比如想拿到一个element的背景色
window.getComputedStyle(document.body).backgroundColor
css letter-spacing:设置字体间的间距