hmtl 页面
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>title</title>
</head>
<body>
</body>
</html>
php 页面
<?php
header("Content-Type: text/html;charset=utf-8");
?>
php 文件名
<?php
$file_name=iconv("gb2312","gbk",$file_name);
?>
0 条评论