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