Created
September 10, 2014 01:42
-
-
Save cycold/09d864d156fc4a6fff54 to your computer and use it in GitHub Desktop.
浏览器的分辨率
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.write("浏览器分辨率是"+document.documentElement.clientWidth+"*"+document.documentElement.clientHeight ); | |
document.write("屏幕分辨率是"+window.screen.width+"*"+window.screen.height); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment