设备像素比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

相关文章
相关标签/搜索