利用CSS防止邮箱地址被抓取

[不指定 2007/12/13 12:50 | by sunle ]
为了防止爬虫软件搜索到你的Email地址,可以将Email倒着写,然后使用样式将其再正过来,代码如下:
测试代码如下:
<style type="text/css">
.backwards {unicode-bidi:bidi-override; direction: rtl; color:#c00;}
h2.email {color:#000; text-decoration:none; border:0; font-size:2em; font-weight:bold;}
</style>
<h2 class="email">我的邮箱 <span class="backwards">moc.liamg@revoniag</span></h2>
Tags: ,
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]