摘要: (function(){ var html=document.querySelector('html') window.onresize=function(){ html.style.fontSize=window.innerWidth/7.5+'px' } })() 阅读全文