3.1.3 中的U 显示地址不全

浏览:457 发布日期:2014/12/29 分类:求助交流 关键字: U
public function index(){
echo U('/Admin/Login/verify');
$this->display();
}

/**
* 验证码
* Enter description here ...
*/
public function verify(){
import('ORG.Util.Image');//引入
Image::buildImageVerify(4,5,'png');

}

结果:/Wish/index.php/Admin/Login/verify.html

想要的结果:http://localhost:8888/Wish/index.php/admin/Login/verify.html
最佳答案
评论( 相关
后面还有条评论,点击查看>>