PHP中文网2018-02-23 15:49:36
php 페이지는 utf로 인코딩됨
header("Content-type: text/html; charset=utf-8");
php 페이지는 gbk로 인코딩됨
header("Content-type: text/html; charset=gb2312");
php 페이지는 big5로 인코딩됨
header("Content-type: text/html; charset=big5");
보통 위 코드는 PHP 페이지의 홈페이지에 배치됩니다
헤더 또는 메타 PHP 페이지 인코딩의 차이점
1. 페이지 인코딩
1. 使用 <META http-equiv="content-type" content="text/html; charset=xxx"> 标签设置页面编码