请问如何在地址后面加自定义参数?
请问如何在地址后面加自定义参数?
比如index.php?c=show&id=11,我后面想加一个参数param,index.php?c=show&id=11¶m=xxx,系统会自动301跳转到index.php?c=show&id=11,param=xx就被去掉了,我这边想二开get一个参数,请问怎么实现呢?
请问如何在地址后面加自定义参数?
比如index.php?c=show&id=11,我后面想加一个参数param,index.php?c=show&id=11¶m=xxx,系统会自动301跳转到index.php?c=show&id=11,param=xx就被去掉了,我这边想二开get一个参数,请问怎么实现呢?