yii2頁面亂碼解決方法:
在資料庫設定中設定編碼格式就可以了:
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8', 'username' => 'website', 'password' => 'mengde1B', ];
推薦:yii使用教學課程
以上是yii2頁面亂碼解決方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!