執行 ❯
獲取您
自己的 PHP
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php $str = "An example of a long word is: Supercalifragulistic"; echo wordwrap($str,15); ?> </body> </html>
一個長單詞的例子是:Supercalifragulistic