JS 代码在线混淆工具
这个工具可以将你的 JS 代码进行混淆编码,混淆后的代码难以阅读但是仍然可以正常执行,达到保护 JS 代码的目的。
function welcome(){ alert("hello"); }