运行 ❯
获取您的
自己的 PHP
服务器
×
更改方向
更改主题,深色/浅色
转到空间
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <?php $str = "My name is �yvind �sane. I'm Norwegian."; echo htmlentities($str, ENT_QUOTES); // Will only convert double quotes (not single quotes), and uses the character-set Western European ?> </body> </html>
我的名字是 Ųyvind Åsane。我是挪威人。