在index.html添加
<script> (function () { var f = function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px' } f() window.addEventListener && window.addEventListener('resize', f, false) })()</script>
2023-10-03 20:48:10
在index.html添加
<script> (function () { var f = function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px' } f() window.addEventListener && window.addEventListener('resize', f, false) })()
下一篇:.NET LINQ 数据分组