菜鸟教程 tryhtml_form_method 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form action="/statics/demosource/demo-form_method.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>