解决方法
这很简单您只能使用HTML& CSS。您不需要了解PHP或Java脚本。尝试下面的代码。
简单的HTML和CSS代码:
<!doctype html> <html> <head> <title>Protect e-mail with only css</title> <style type="text/css"> .e-mail:before { content: attr(data-website) "\0040" attr(data-user); unicode-bidi: bidi-override; direction: rtl; } </style> </head> <body> <span class="e-mail" data-user="nohj" data-website="moc.liamg"></span> </body> </html>
jhon@gmail.com
请注意:
这里我只用了两个额外的属性。
2)数据网站反向写您的电子邮件ID网站。