欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

設(shè)置php頁(yè)面編碼的兩種方法示例介紹

 更新時(shí)間:2014年03月03日 10:03:37   作者:  
這篇文章主要介紹了兩種設(shè)置php頁(yè)面編碼的方法,并附有示例,大家可以練習(xí)下
1:輸出meta標(biāo)簽:

1、在php mvc的控制器里面或php頁(yè)面echo '<meta http-equiv="content-type" content="text/html; charset=utf-8">';

2、在php頁(yè)面或html頁(yè)面<meta http-equiv="content-type" content="text/html; charset=utf-8">

2:使用header函數(shù)

在控制器或頁(yè)面里面header("content-type:text/html; charset=utf-8");

相關(guān)文章

最新評(píng)論