CSS 變數也是可以和JS 互相交互。 :root{ --testMargin:75px; }. // 讀取var root = getComputedStyle(document.documentElement); var cssVariable = root.
確定! 回上一頁