1:輸出meta標簽:
1、在php mvc的控制器裡面或php頁面echo '<meta http-equiv="content-type" content="text/html; charset=utf-8">';
2、在php頁面或html頁面<meta http-equiv="content-type" content="text/html; charset=utf-8">
2:使用header函數
在控制器或頁面裡面header("content-type:text/html; charset=utf-8");