摘要: //判断滚动条是否存在 function hasScrollbar() { return document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight); } function hi 阅读全文
posted @ 2022-03-11 15:11 树之下 阅读(924) 评论(0) 推荐(0)