在你php安装目录找到php.ini打开,然后搜索 short_open_tag short_open_tag=Off 修改成 short_open_tag=On 表示是否允许使用短标记 然后重启的你apache或iis即可