+
95
-

php如何合并GET POST COOKIE中的键值?

php

php如何合并GET POST COOKIE中的键值?

网友回复

+
15
-

使用array_merge($_GET,$_POST);

我知道答案,我要回答