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