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