📅  最后修改于: 2023-12-03 15:31:15.491000             🧑  作者: Mango
<map name="mapname">
<area shape="rect" coords="0,0,100,100" href="http://www.example.com/">
<area shape="circle" coords="150,150,50" href="http://www.example.com/">
<area shape="poly" coords="220,10,300,10,325,50,325,100,280,125,220,125" href="http://www.example.com/">
</map>
<img src="image.png" usemap="#mapname">
在
<map name="mapname">
<area shape="rect" coords="0,0,100,100" href="http://www.example.com/" alt="矩形">
<area shape="circle" coords="150,150,50" href="http://www.example.com/" alt="圆形">
<area shape="poly" coords="220,10,300,10,325,50,325,100,280,125,220,125" href="http://www.example.com/" alt="多边形">
</map>
<img src="image.png" usemap="#mapname" alt="客户端图像映射">