首页 > 问答 > 正文
<?php
use think/facade/Route;
////绑定当前的url到index模块的blog控制器的index操作
Route::bind('index/blog/index')