生成常见的邮箱混淆写法,降低被简单爬虫直接抓取的概率(无法保证绝对防抓)。
结果
The email obfuscator encodes an email address into HTML entities, hexadecimal entities, [at]/[dot] replacements, or a JS document.write snippet, making it harder for simple scrapers to grab the address directly — handy for webmasters showing a contact email on a page.
Great for personal pages or company sites that display a contact email and want to reduce spam harvesting. Obfuscation only raises the difficulty of scraping and cannot fully prevent it; consider extra protection such as CAPTCHAs when needed.