php条件高级分离html

<?php if ($expression == true): ?>

  This will show if the expression is true.

<?php else: ?>

  Otherwise this will show.

<?php endif; ?> 


首页 我的博客
粤ICP备17103704号