时间:2021-07-01 10:21:17 帮助过:3人阅读
//全局变量页面 //ini.php $ini = array();
------解决方案--------------------
数组不是同样的道理? 关键你要怎么显示?
------解决方案--------------------
test4.php:
$brand = $_REQUEST["brand"];
$model = $_GET["model"];
$years = $_GET["years"];
$a = array($brand,$model,$years);
include 'test3.php';
?>
test3.php
...
...