实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p><a id="w3s" href="/">W3Cschool</a></p>
6
7
<script>
8
document.write("Return href of link: ");
9
document.write(document.getElementById('w3s').href);
10
</script>
11
12
</body>
13
</html>
14