编辑下面的代码:【加编码】
<html> <body> <form action="demo-form.php"> First name: <input type="text" name="fname"><br> <input type="hidden" name="country" value="Norway"> <input type="submit" value="提交"> </form> <p>注意隐藏字段用户是看不到的。</p> </body></html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂