代码编辑器:
x
1
2
<meta charset="utf-8">
3
<link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
4
<img id="compman" name="compman" src="/static/i/dom/compman.gif" alt="Computerman" width="107" height="98">
5
<br>
6
<script>
7
document.write("图像名称: ");
8
document.write(document.getElementById('compman').name);
9
</script>
10
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
11