export default function cssText(el) {. const style = window.getComputedStyle(el);. const transformOrigin = ` transform-origin: ${style.transformOrigin};`;.
確定! 回上一頁