0
1
2
252
《tp5快速入門》 (七)視圖和模板 use think\Controller
應用配置config.php里,默認是將 “駝峰命名” 轉換成 “小寫+下劃線”的: //是否自動轉換URL中的控制器和操作名 'url_convert'=>true, 默認...