<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body{height:100000px;}
</style>
</head>
<body>
</body>
<script>
//滚动条事件
window.onscroll = function(){
console.log(1);
}
//调整窗口大小事件
window.onresize=function(){
console.log('我调整了窗口大小');
}
</script>
</html>点击 "运行实例" 按钮查看在线实例
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号