Created
September 10, 2014 02:38
-
-
Save cycold/c3a3a7df69ccacb29dd3 to your computer and use it in GitHub Desktop.
window.devicePixelRatio值支持与数值测试实例页面
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
<input type="button" id="button" value="点击弹出window.devicePixelRatio" /> | |
document.getElementById("button").onclick = function() { | |
alert(window.devicePixelRatio); | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment