反垃圾邮件电子邮件链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了反垃圾邮件电子邮件链接相关的知识,希望对你有一定的参考价值。
Instead of writing the link in the html, just write the email address inside any tag you want (p, spam, div...) with the class "email", and put "[at]" instead "@". This script replace the "[at]" and create the link outside the spam robot sight
$.each($('.email'), function(){ var mail = $(this).text(); mail = mail.replace('[at]','@'); $(this).html('<a href="mailto:' + mail + '>' + mail + '</a>'); });
以上是关于反垃圾邮件电子邮件链接的主要内容,如果未能解决你的问题,请参考以下文章
反垃圾邮件系统|基于Springboot+vue 实现反垃圾邮件系统