1,常见 一种 <?php
echo 'hello word';
?>
2,短标签 <? =
要开启才有效 short_open_tag=on 重启服务
3,一般一个文件都是php 文件,建议不加 结束的标签,防止次文件被包含