首頁 > 問答 > 主體
<?php
use think/facade/Route;
#////綁定目前的url到index模組的blog控制器的index操作
Route::bind('index/blog/index')