主题:大家帮忙看看这个JS编写的函数 我不太懂
大家帮忙看看这个JS编写的函数 我不太懂 大家看看 大体是什么意思啊
function e_e(e){e=unescape(e);
sl=newArray(),j=0,s="";
for(i=0;i<e.length;i++)
{c=e.charCodeAt(i);
if(c<128)c=c^42;s+=String.fromCharCode(c);
if(s.length>80){sl[j++]=s;s=""}
}
s=sl.join("")+s;document.write(s)
}
function e_e(e){e=unescape(e);
sl=newArray(),j=0,s="";
for(i=0;i<e.length;i++)
{c=e.charCodeAt(i);
if(c<128)c=c^42;s+=String.fromCharCode(c);
if(s.length>80){sl[j++]=s;s=""}
}
s=sl.join("")+s;document.write(s)
}

您所在位置: