运行 ❯
获取你
自己的 PHP
服务器
×
更改朝向
更改主题,深浅
前往 Spaces
<!DOCTYPE html> <html> <body> <?php $a = 5; if ($a < 10) $b = "Hello"; echo $b ?> </body> </html>
你好