编程宝库 - 技术改变世界
编程宝库
编程宝库提供了 JS 在线测试工具,可在线测试 JavaScript 代码,你可以在代码编辑器中输入 JavaScript 代码并点击运行查看结果。
源代码
点击运行
<html> <body> <object data="/i/eg_planets.jpg" alt="Planets" type="image/gif" usemap="#Map1"> <map name="Map1"> <a href="/example/html/sun.html" shape="rect" coords="0,0,110,260">Sun</a> <a href="/example/html/mercur.html" shape="circle" coords="129,161,10">Mercury</a> <a href="/example/html/venus.html" shape="circle" coords="180,139,14">Venus</a> </map> </object> </body> </html>
运行结果