HTML
HTML <map> 元素
体验点击 <map> 的效果
源代码:
点击运行 »
<map name="primary"> <area shape="circle" coords="75,75,75" href="javascript:alert('左边');"> <area shape="circle" coords="275,75,75" href="javascript:alert('右边');"> </map> <img usemap="#primary" src="http://placehold.it/350x150" alt="350 x 150 图片">
运行结果:
点击运行 »