BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo_keygen.php" id="secureform" method="get"> Username: <input name="usr_name" type="text"> <input type="submit"> </form> <p>下面的注册机领域在表单之外,但它仍属于该表单的一部分。</p> Encryption: <keygen form="secureform" name="security"> <p><strong>注意:</strong> IE 浏览器不支持 keygen 标签。</p> </body> </html>
运行结果