摘要:
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.downCount.js"></script> <div class="time 阅读全文
posted @ 2020-07-14 18:17
Comedyy
阅读(313)
评论(0)
推荐(0)
摘要:
//监听屏幕旋转 $(window).on('orientationchange', function() { var $el = $("body"); // 需要重新获得宽和高的元素 newWidth = $el.width(); // 新的宽 newHeight = $el.height(); 阅读全文
posted @ 2020-07-14 16:46
Comedyy
阅读(559)
评论(0)
推荐(0)