运行 ❯
获取你
自己的 PHP
服务器
×
更改方向
更改主题,暗/亮
前往 Spaces
<!DOCTYPE html> <html> <body> <?php echo(round(0.60) . "<br>"); echo(round(0.50) . "<br>"); echo(round(0.49) . "<br>"); echo(round(-4.40) . "<br>"); echo(round(-4.60)); ?> </body> </html>
1
1
0
-4
-5