$_POST 只能在form标签属性 method="POST" 时才能产生. ... <?php $query_string = ""; if ($_POST) { $kv = array(); foreach ($_POST as $key ...
確定! 回上一頁