编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <form action="demo_form.php"> Email: <input type="text" name="email" size="35"><br> PIN: <input type="text" name="pin" maxlength="4" size="4"><br> <input type="submit" value="Submit"> </form> </body> </html>
结果:
【此窗口】
帮助?