简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <title>简单教程(twle.cn)</title> <link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/> <img src="/static/i/dom/planets.gif"width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"> </map> <p>金星区域的路径: <script> document.write(document.getElementById('venus').pathname); </script> </p> <p><b>注意:</b> IE和Opera浏览器返回 "r/show/yufei/html/dom/venus.htm"</p> <p>而Firefox, Chrome, 和 Safari浏览器返回 "/r/show/yufei/html/dom/venus.htm"</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: