let elem = document.body; alert( getComputedStyle(elem).width ) ... P.S. The code should work for any HTML document, do not depend on its ...
確定! 回上一頁