CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 求助:无法获得参数
kawais
发表于 2008-9-9 17:59:21
求助:无法获得参数
url地址是 http://localhost/index.php/Itemimg/1/2/3
打开此地址提示404错误
但是
http://localhost/index.php/Itemimg
可以正常显示。怎么解决下?
thanks!
Hex
发表于 2008-9-9 18:06:20
确实,是没有方法,只有控制器。
你的这个错误是你没有调用 http://localhost/index.php/Itemimg/index/1/2/3
kawais
发表于 2008-9-9 18:11:16
好了,3Q:handshake
页:
[1]
查看完整版本:
求助:无法获得参数