运行 ❯
拥有自己的
PHP
服务器
×
更改方向
更改主题,深色/浅色
转至 Spaces
<!DOCTYPE html> <html> <body> <?php $text = "\xE0"; echo utf8_encode($text) ."<br>"; echo utf8_decode($text); ?> </body> </html>