getComputedStyle(box); // Get the width and height properties from the style object const width = style.getPropertyValue("width"); ...
確定! 回上一頁