pageHeight = document.body.scrollHeight
pageWidth = document.body.scrollWidth;
windowWidth = window.innerWidth
windowHeight = window.innerHeight
screenWidth = screen.width;
screenHeight = screen.height;
반응형
pageHeight = document.body.scrollHeight
pageWidth = document.body.scrollWidth;
windowWidth = window.innerWidth
windowHeight = window.innerHeight
screenWidth = screen.width;
screenHeight = screen.height;