运行 ❯
获取您
自己的 PHP
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php $color = "red"; ?> <p>Roses are <?=$color?></p> <p><b>Note:</b> The shortcut syntax only works with the short_open_tag configuration setting enabled.</p> </body> </html>
玫瑰是红色的
注意:
简写语法仅在启用 short_open_tag 配置设置后才有效。