<body
<form action="" method="post"
name="form1" >
<input type="text" id="id" />
</form>
</body>
<script> function myfocus() {
document.getElementById(‘id‘).focus(); } </script>
时间: 2024-10-06 14:27:42
<body
<form action="" method="post"
name="form1" >
<input type="text" id="id" />
</form>
</body>
<script> function myfocus() {
document.getElementById(‘id‘).focus(); } </script>