執行 ❯
獲取您
自己的 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 配置設定後才有效。