代码改变世界

window,getComputedStyle,letter-spacing

2018-02-08 15:44  改吧  阅读(260)  评论(0编辑  收藏  举报

   js 拿到element的css样式

  

   window.getComputedStyle(ele,[pseuso)

   比如想拿到一个element的背景色

 window.getComputedStyle(document.body).backgroundColor

  

 

 

  css letter-spacing:设置字体间的间距