最新回答 / _亓
屏幕適配是有多種方式的。!function(){ var vp; var sw = window.screen.width; if (/android (\d+\.\d+)/i.test(navigator.userAgent)) { var v = parseFloat(RegExp.$1); var s = 0.5; var c = v < 4.2 ? Math.ceil(window.devicePixelRatio) : window.devicePixelRa...
2017-10-08