<!DOCTYPE html>
<html>
<body>
<?php
$color = "red";
?>
<p>Roses are <?=$color?></p>
<p><b>注释:</b>简写语法只在将 short_open_tag 配置启用时有效。</p>
</body>
</html>