設備像素比devicePixelRatio

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

相關文章
相關標籤/搜索