* Date: 2018-4-3 */ namespace app\plugins\controller; use think\Db; class MakemHtml extends Base { /** * 构造方法 */ public function __construct(){ parent::__construct(); } /** * index */ public function index() { return $this->fetch(); } }