js页面加载事件时间:2023-03-10 07:52:28 <body onload="myfunction()" > </body> <script type="text/javascript"> function myfunction(){ alert(1); } </script>