php 文件与 html 文件的编码要一致。
例如: 两个文件中均使用 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
文件保存时也要选择编码为utf-8;