我在我的电子爆炸中使用了这个代码。现在我面临这样一种情况,这种链接技术可以为我节省大量时间。在基本的 HTML 网站中,就将页面区域链接到 url 而言,这是一个好习惯吗?
<map name="Map">
<area shape="rect" coords="90,307,563,370" href=""
target="_blank">
<area shape="rect" coords="169,685,500,710" href="" target="_blank">
<area shape="rect" coords="146,715,514,738" href="" target="_blank">
<area shape="rect" coords="347,864,510,901" href="" target="_blank">
<area shape="rect" coords="246,743,406,764" href="" target="_blank">
</map>