如果事先不知道的话,要遍历一下.针对GET方式,程序如下foreach ($_GET as $key=>$value) { echo "Key: $key; Value: $value \n ";}?>如果是POST方式的话,把程序里的$_GET换成$_POST即可