<!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); } //調(diào)整窗口大小事件 window.onresize=function(){ console.log('我調(diào)整了窗口大小'); } </script> </html>
點擊 "運行實例" 按鈕查看在線實例
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號