PHP中表单的action中URL传不过去额外参数

日期:2021-11-14 12:28:47 人气:1

PHP中表单的action中URL传不过去额外参数

//用隐藏域传值即可解决。示例如下:

//index.php

<html>
<head>
<title>传值实例</title>
</head>
<body>
<form method="post" action="deal.php">
    A+
热门评论