这是代码:
<?php if($variable !== '') { ?> <?php echo $variable; ?> <?php } ?>
我想要的是它检查多个变量是否为空.
谢谢.
php if-statement
if-statement ×1
php ×1