例如,在第 1 页我发送:
test.info :1;
然后在第2页:
echo $_REQUEST['test.info'];
echo $_REQUEST['test_info'];
第一个是 null ,第二个是 1 它更改为 test_info
我只是不知道 $key 改变的原因。
例如,在第 1 页我发送:
test.info :1;
然后在第2页:
echo $_REQUEST['test.info'];
echo $_REQUEST['test_info'];
第一个是 null ,第二个是 1 它更改为 test_info
我只是不知道 $key 改变的原因。