编辑下面的代码:【加编码】
<html> <body> <form action="demo_keygen.php" method="get" id="secureform"> Username: <input type="text" name="usr_name"> <input type="submit"> </form> <p>The keygen field below is outside the form element, but still part of the form.</p> Encryption: <keygen name="security" form="secureform"> <p><strong>Note:</strong> The keygen tag is not supported in Internet Explorer.</p> </keygen></body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂