BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <a charset="ISO-8859-1" href="https://www.waitang.com/" id="w3s">外唐教程网</a><br> <script> document.write("返回链接的charset: "); document.write(document.getElementById('w3s').charset); document.write("<br><br>"); </script> <a href="http://www.google.com/" id="google">Google</a><br> <script> document.getElementById('google').charset="utf-8"; document.write("设置链接的charset: "); document.write(document.getElementById('google').charset); </script> </body> </html>
运行结果