scrollWidth; // 文档的宽度 var height = document.documentElement.scrollHeight || document.body.scrollHeight; // 文档的高度 console.log(width +' * '+height); ...
確定! 回上一頁