php 语法 – if else
php 语法 – if else
来源: http://www.php.net/manual/zh/control-structures.if.php
<?php if (condition): ?> html code to run if condition is true <?php else: ?> html code to run if condition is false <?php endif ?>
时间: 2024-12-08 00:03:32