测试如下
Index控制器index方法中加入
dump(input('param.'));exit;URL:http://t1/index/index/index.html?a=2返回:
array (size=1)
'c' => string '2' (length=1)
URL:http://t1/index/index/index.html?b=2
返回:
array (size=1)
'b' => string '2' (length=1)
URL:http://t1/index/index/index.html?s=2
返回:

从a测试到z就s不行,其他25个都可以,这是为什么呢?是BUG吗?
s放在第2个也不行

最佳答案