在Node.JS中,调用JShaman的WebAPI接口,加密JS代码。
源码
varjs_code=` functionNewObject(pfix) { varcount=0; this.SayHello=function(msg) { count++; alert(pfix+msg); } this.GetCount=function() { turncount; } } varobj=newNewObject("Message:"); obj.SayHello("Youawel