Assume that ele represents the DOM of element you want to calculate the size. // Get the styles const styles = window.getComputedStyle(ele);
確定! 回上一頁