首頁 > 問答 > 主體
關於thinkphp 5.0 以上版本 如何引入 php擴展,例如Requests.php
sky2018-03-09 10:38:46
use Think\Request;
或 用composer 直接 安裝 控制器 控制器 就自帶 php think make:controller admin/index
PHP中文网2018-03-09 10:26:40
你是想說載入其它的類別?還是?