运行 ❯
获取您自己的
PHP
服务器
×
更改方向
更改主题,暗/亮
前往空间
<!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配置设置时有效。