Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的主页上,我正在使用这种方法从垃圾邮件机器人中隐藏我的电子邮件:
<a href="admin [at] example.com" rel="nofollow" onclick="this.href='mailto:' + 'admin' + '@' + 'example.com'">Contact me</a>
你怎么看待这件事?它有效吗?您还知道或使用过哪些其他方法?