伪静态规则中?问号无法处理怎么办
伪静态规则中?问号无法处理
"plus\/view.php\?aid=([0-9]+)" => 'index.php?c=show&id=$1', "plus\/view\.php\?aid\=1" => 'index.php?c=show&id=1',
这样写不行。去掉?问号就行了了。。但是问号不能去掉啊。。
伪静态规则中?问号无法处理
"plus\/view.php\?aid=([0-9]+)" => 'index.php?c=show&id=$1', "plus\/view\.php\?aid\=1" => 'index.php?c=show&id=1',
这样写不行。去掉?问号就行了了。。但是问号不能去掉啊。。