Home > Q&A > body text
namespace app\index\controller;
use think\Controller;//引用命名空间
class Index extends Controller
{
public function index(){
dump(\think\config::get());
}
殘留の回憶2019-05-25 09:16:20
Are you using the same version of TP? .