84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
程式碼:
#輸出結果:
#為什麼印出來obj中的transform屬性值很正常(如下圖)
#而第二行Console.log的值為0px 0px 0px?
已經嘗試過答友的
console.log(window.getComputedStyle(this.$children[6].$el)['transform'])
但是列印出來的值是matrix[1,0,0,1,0,0],不是我想要的答案.
el.style物件套用於在特定元素上設定樣式,使用getComputedStyle方法取得樣式屬性值。
例如:
getComputedStyle(document.querySelector('.model'))['transform']
el.style物件套用於在特定元素上設定樣式,使用getComputedStyle方法取得樣式屬性值。
例如: