实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html script charset 实例 - 自学教程(runoops.com)</title> </head> <body> <script charset="UTF-8" src="//demo.runoops.com/sources/html/demo_script_charset.js" > </script> <p>使用 UTF-8 可以正常显示希腊字符。</p> <p>尝试换成 ISO-8859-1 (默认)"windows-1252" 或者"UTF-16"查看效果。</p> </body> </html>
运行结果: