jQuery的css()的底層實現(xiàn)就用到了getComputedStyle這個方法,也許我們用到的很少,但是不得不說這時一個非常強大的函數(shù),下面讓我們一探究竟!

 

第一部分:基本語法

  在mdn上,我們可以看到它是這樣定義的:

The Window.getComputedStyle() method gives the values of all the CSS properties of an element after applying the active stylesheets and resolving any basic computation those values may contain.

  即這個方法會返回一個元素的所有屬性,無論是我們預(yù)先定義的,還是繼承的或默認(rèn)的。

  基本語法如下所示:

  var style = window.getComputedStyle(element[, pseudoElt]);

延伸閱讀

學(xué)習(xí)是年輕人改變自己的最好方式-Java培訓(xùn),做最負(fù)責(zé)任的教育,學(xué)習(xí)改變命運,軟件學(xué)習(xí),再就業(yè),大學(xué)生如何就業(yè),幫大學(xué)生找到好工作,lphotoshop培訓(xùn),電腦培訓(xùn),電腦維修培訓(xùn),移動軟件開發(fā)培訓(xùn),網(wǎng)站設(shè)計培訓(xùn),網(wǎng)站建設(shè)培訓(xùn)學(xué)習(xí)是年輕人改變自己的最好方式