小编jan*_*jan的帖子

Apache重写查询字符串(复选框数组)

如何重写查询字符串如:

test.php?cat1[]=18&cat1[]=687&xxx[]=5&xxx[]=3&xxx[]=1&yyy[]=6
Run Code Online (Sandbox Code Playgroud)

test.php?cat1=18,687,5&xxx=3,1&yyy=6
Run Code Online (Sandbox Code Playgroud)

请注意,参数(名称和值对)是动态生成的.

php wordpress mod-rewrite url-rewriting

4
推荐指数
1
解决办法
834
查看次数

标签 统计

mod-rewrite ×1

php ×1

url-rewriting ×1

wordpress ×1