執行 ❯
獲取您
自己的 PHP
伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php echo str_shuffle("Hello World"); ?> <p>Try to refresh the page. This function will randomly shuffle all characters each time.</p> </body> </html>
舊文字 新順序
請嘗試重新整理頁面。這個功能每次都會隨機打亂所有字元。