2024年09月30日 建站教程
//js实时监听浏览器窗口大小改变触发事件
window.onresize = function(){ console.log(document.body.clientHeight) }
本文链接:http://so.lmcjl.com/news/14305/