在 main.asc 中,我尝试了这个但不起作用:
errObj = {} //new Object();
errObj.msg = "You got a wrong username and password, disconnecting..." ;
application.rejectConnection(this.client,errObj)
出路是什么?
在 main.asc 中,我尝试了这个但不起作用:
errObj = {} //new Object();
errObj.msg = "You got a wrong username and password, disconnecting..." ;
application.rejectConnection(this.client,errObj)
出路是什么?