具体情况和 http://bbs.csdn.net/topics/70431888 一样,但没有找到答案! 回复讨论(解决方案) 找到原因了,php文件的里用了小标签, 而php.ini 中没有开启。 short_open_tag = Off 改成 short_open_tag = On 就可以了