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>
あなたはそれについてどう思いますか?効果的ですか?他に知っている、または使用している方法はありますか?