yii2頁面亂碼解決方法:
在數(shù)據(jù)庫配置中配置編碼格式就可以了:
<?php return [ 'class' => 'yiidbConnection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8', 'username' => 'website', 'password' => 'mengde1B', ];
推薦:yii使用教程
yii2頁面亂碼解決方法:
在數(shù)據(jù)庫配置中配置編碼格式就可以了:
<?php return [ 'class' => 'yiidbConnection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8', 'username' => 'website', 'password' => 'mengde1B', ];
推薦:yii使用教程