运行 ❯
获取您的
个人 PHP
服务器
×
切换方向
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <?php if(5 < 3) { echo "Five is less than three"; } else if(5 > 4) { echo "Five is greater than four"; } ?> </body> </html>
五个大于四