最新回答 / Gigure
在項目config.php中設置: 'URL_CASE_INSENSITIVE'=> true, //不區(qū)分大小寫 問題解決再試一試這個地址:http://localhost/thinkphp/index/index/user/id/1.html詳見:http://www.cnblogs.com/mrcln/p/3868956.html
2017-07-19
最新回答 / 俠客中的王者
不會吧,select() 方法查出來的應該是數(shù)據(jù)集合。你看過mysqli 或pdo 沒? $result->fetch_assoc(); 試試
2017-07-17
感覺好像看官方文檔更好一些,如果你的版本的3.2.3的話...https://www.kancloud.cn/thinkphp/thinkphp_quickstart
2017-07-14