header("content-type:text/html; charset=utf-8");
查询数据库指定编码
$link = mysqli_connect('localhost','root','密码','数据库名') ;
$link->query("SET NAMES utf8");