简单教程
提交运行
代码编辑器:
<link id="link1" href="/static/media/html/domoarigato.html" hreflang="ja"> <script> function displayResult(){ var x=document.getElementById("link1").hreflang; alert(x); } </script> <button type="button" onclick="displayResult()">显示链接元素的文档语言</button>
运行结果: