<?php
namespace app\controller;
use app\BaseController;
use think\app; //这句
class Index extends BaseController {
public function test() {
echo App::VERSION; //还有这句
}
}
07-04
891

01-08
3709

<?php
namespace app\controller;
use app\BaseController;
use think\app; //这句
class Index extends BaseController {
public function test() {
echo App::VERSION; //还有这句
}
}