<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body onload="window.formLogin.user.focus()"> <form name="formLogin" action="" method=""> <input type="text" name="user" value=""/> <input type="password" name="password" value=""/> </form> </body> </body> </html> 提示:你可以先修改部分代码再运行。 转载请注明:有爱前端 » JavaScript实现默认焦点(focus) 喜欢 (3)or分享 (0)