echo U('/Admin/Login/verify');
$this->display();
}
/**
* 验证码
* Enter desc
*/
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
最佳答案
