源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body> <form action="demo-form.php" method="get" target="_blank"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input type="submit" value="提交"> </form> <p>点击提交按钮,输入框数据将被发送到服务器上的“demo-form_method.php”页面。</p> </body> </html>
运行结果:
Fmpq工具