//架构
public function __construct(){
parent::__construct();
$this->Url_url = "http://" . I("server.HTTP_HOST") . __ROOT__;
}
小小柠檬
//架构
public function __construct(){
parent::__construct();
$this->Url_url = "http://" . I("server.HTTP_HOST") . __ROOT__;
}