HTML代码:wordpress
<input type="button" id="button" value="点击弹出window.devicePixelRatio" />
JS代码:get
document.getElementById("button").onclick = function() { alert(window.devicePixelRatio); };
转自:http://www.zhangxinxu.com/wordpress/2012/08/window-devicepixelratio/input