如果是get方式的话是$_GET如果是post方式的话是$_POST。
serialize 之后与普通提交一样,没有区别。
php代码如:
echo '';print_r($_POST);print_r($_GET);?>
';print_r($_POST);print_r($_GET);?>