html中嵌套php循环

写法一:

<?php if( ): ?>

<html></html>

<endif;>

写法二:

<?php if($a){?>

<h1>111</h1>

<?php }else{?>

<h1>222</h1>

<?php } ?>

此处评论已关闭