运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h1>The script charset attribute</h1> <script charset="UTF-8" src="demo_script_charset.js"> </script> <p>The Greek characters display correctly because they are part of the "UTF-8" character set.</p> <p>Try changing character sets to "ISO-8859-1" (default), "windows-1252" or "UTF-16".</p> </body> </html>