简单教程
提交运行
代码编辑器:
<link id="link1" href="/static/media/html/domoarigato.html" charset="ISO-2022-JP"> <script> function displayResult(){ var x=document.getElementById("link1").charset; alert(x); } </script> <button type="button" onclick="displayResult()">显示链接元素的字符集</button>
运行结果: