运行 ❯
获取属于
您的 PHP
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <?php $text = "\xE0"; echo utf8_encode($text); ?> </body> </html>