摘要: 在public下的index.html中添加如下js代码 fnResize(); window.onresize = function () { fnResize(); } function fnResize() { var deviceWidth = document.documentElemen 阅读全文
posted @ 2020-08-18 19:26 Wangvv 阅读(564) 评论(0) 推荐(0)