Home >Web Front-end >JS Tutorial >Email address encryption javascript version_javascript skills

Email address encryption javascript version_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:27:001871browse

function getEmail(email)
{
var r = "";
for (i=0;i {
r = "" email. charCodeAt(i);
}
return r;
}
The effect is as follows:

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn