<h3>3秒后执行</h3> <script> var t=setTimeout("aa()",3000); function aa(){ alert("3"); } </script>
浙公网安备 33041102000314号