很简单的问题。大声笑我很尴尬地问这个因为我通常对 php 非常好,但是在 php 中显示 html 的方法是什么?例如:
<? if($flag): ?>
<div>This will show is $flag is true </div>
<? endif; ?>
或者
<?
if($flag)
echo '<div>This will show is $flag is true </div>';
?>
我知道至少有两种其他方式我只是不记得他们atm ...帮助是def。提前赞赏!!=D