BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo_keygen.php" method="get"> Username: <input name="usr_name" type="text"> Encryption: <keygen autofocus name="security"> <input type="submit"> </form> <p><strong>注意:</strong> IE 浏览器不支持 keygen 标签。</p> <p><strong>注意:</strong>火狐浏览器不支持 keygen 标签的 autofocus 属性。</p> </body> </html>
运行结果