問(wèn)題描述 我用webman-admin,生成了一個(gè)前臺(tái)模塊, 是基于上表生成的, 運(yùn)行很正常, 但是,我在首頁(yè)寫(xiě)如下代碼,卻不行 <?php namespace app\controller; use support\Request; use support\Response; use app\model\Buy; use plugin\admin\app\controller\Crud; use sup...