如何重写查询字符串如:
test.php?cat1[]=18&cat1[]=687&xxx[]=5&xxx[]=3&xxx[]=1&yyy[]=6
至
test.php?cat1=18,687,5&xxx=3,1&yyy=6
请注意,参数(名称和值对)是动态生成的.
php wordpress mod-rewrite url-rewriting
mod-rewrite ×1
php ×1
url-rewriting ×1
wordpress ×1