实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<iframe id="myframe" src="https://shouce.ren" longdesc="w3s.txt">
6
<p>Your browser does not support iframes.</p>
7
</iframe>
8
9
<p>The URL of the long description is:
10
<script>
11
document.write(document.getElementById("myframe").longDesc);
12
</script>
13
<p>
14
15
</body>
16
</html>
17