abstrak:app |admin |controller Index.php  
app |admin |controller Index.php |view |index index.php |home |controller Index.php |view |index index.php /** *app/admin/controller/Index.php */ namespace app\admin\controller; class Index { public function index() { return 'home.html'; } }
/** *app/admin/view/index/index.php */ <!DOCTYPE html> <html> <body> 后臺視圖窗口 </body> </html>
Guru membetulkan:韋小寶Masa pembetulan:2019-03-14 15:29:53
Rumusan guru:你這個(gè)方法中渲染方法不對吧 有沒有注意看 項(xiàng)目跑起來了嘛