Skip to content

Instantly share code, notes, and snippets.

@cycold
Created September 10, 2014 01:42
Show Gist options
  • Save cycold/09d864d156fc4a6fff54 to your computer and use it in GitHub Desktop.
Save cycold/09d864d156fc4a6fff54 to your computer and use it in GitHub Desktop.
浏览器的分辨率
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