html和php添加UTF-8 head标签

html :
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
php:
header('Content-Type:text/html; charset= utf-8');

posted @ 2016-02-24 14:12  UglySpoon  阅读(569)  评论(0)    收藏  举报