_only 发表于 2023-1-25 13:31:49

使用POST方法提交表单

使用POST方法提交表单


<form name="form1"method="post"action="index.php">
<table width="300"border="0"cellpadding="0"cellspacing="0">
    <tr>
        <td height="30">&nbsp;&nbsp;订单号:
          <input type="text"name="user"size="20">
          <input type="submit"name="submit"value="提交">
        </td>
        </tr>
</table>
</form>



执行结果:

nihaolai 发表于 2023-2-17 21:08:00

好好好好好好好好好好好好好好好好好顶
页: [1]
查看完整版本: 使用POST方法提交表单