沈阳做网站seo大型营销型网站制作
<?php
namespace app\controller;
use app\BaseController;
use think\app; //这句
class Index extends BaseController {
public function test() {
echo App::VERSION; //还有这句
}
}
<?php
namespace app\controller;
use app\BaseController;
use think\app; //这句
class Index extends BaseController {
public function test() {
echo App::VERSION; //还有这句
}
}