如何使在源代码中很难看到链接

在我的网站上。我想在图片中隐藏4个复活节彩蛋。所以我这样做了:

<img src="x.jpg" height="550" weight="550" usemap="#board"/>
<map id="board">
<area shape="circle" coords="500,127,18" alt="tab41" href="mylink"/>
<area shape="circle" coords="490,878,13" target="tab42" alt="" href="mylink" />
<area shape="circle" coords="172,400,9" target="tab43" alt="" href="mylink" />
<area shape="circle" coords="794,419,11" target="tab44" alt="" href="mylink" />
</map>

问题是人们会寻找那些复活节彩蛋。那么,您是否有任何想法“隐藏”在源代码中?

zhb6434513 回答:如何使在源代码中很难看到链接

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3124100.html

大家都在问