主页
PHP
PHP if 简写
tryphp_if_short1
运行 ❯
×
更改方向
保存代码
更改主题
<?php $a = 5; if ($a < 10) $b = "Hello"; echo $b ?>
Hello