NetEnum = { STARTGAME:1, ENTERGAME:2, CHANGECLOTH:3, JUMP:100, USEITEM:101, ENDITEM:102, STARTMATCH:103, SETROBOT:104, } nwh = function(){ this.functionarr=[]; var self = this; this.process=function(msg){ var data = JSON.parse(msg.content); data.uid = msg.srcUserId; this.functionarr[data.m](data) }; this.processFrame =function(msg){ for(var i=0;i