namespace Home\Controller;
use Think\Controller;
class IndexController extends Controller {
public function index(){
$Verify = new \Think\Verify();
$Verify->entry();
exit;
}
}
:(
Call to undefined function Think\imagecreate()
错误位置
FILE: /srv/http/wishwall/ThinkPHP/Library/Think/Verify.class.php LINE: 119
ThinkPHP3.2.2 { Fast & Simple OOP PHP fr
最佳答案