语句的脱离方法和C及PERL是一样的------终止每一个语句时使用分号(;)。 结束标签(?>)也暗示了说明的结束,所以下面的两句话是等价的: <php echo "This is a test"; ?> <php echo "This is a test" ?>
原文转自:http://www.ltesting.net