pathinfo模式时,当URL中的参数值为另一个URL时,程序直接报错

浏览:577 发布日期:2013/09/23 分类:求助交流 关键字: thinkphp TP URL
如下URL:http://localhost:9098/index.php/Login/index/returnURL/http%3A%2F%2Fwww.baidu.com

我想在LoginAction.class.php中的index()方法体中,通过GET方式来获取returnURL参数的值,即为“http://www.baidu.com”,但是程序却都未进入LoginAction.class.php中就报错了。。。

这是为什么?求解决方案。
最佳答案
评论( 相关
后面还有条评论,点击查看>>