<?php
namespace app\index\controller;
user think\Env;
class Index
{
public function index()
{
dump(Env::get('email'));
}
}
namespace app\index\controller;
user think\Env;
class Index
{
public function index()
{
dump(Env::get('email'));
}
}
2017-06-24
是不是很无聊?这些都要在实际开发当中应用的,大家勤动手,记住有这些机制,有个印象就好,到时候到实际的开发当中根据实际的需求能够想到就行了!
2017-06-23