实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p><a id="func" rel="friend" href="https://www.functravel.com/">Cheap Flights</a></p>
6
7
<script>
8
document.write("The relationship between the current document and the linked document: ");
9
document.write(document.getElementById("func").rel);
10
</script>
11
12
</body>
13
</html>