求解释一下下面几句代码:
wr.onopen = this._onWebRTCOpen.bind(this);
wr.onclose = this._onWebRTCClose.bind(this);
wr.onmessage = this._onWebRTCMessage.bind(this);
wr.onerror = this._onWebRTCError.bind(this);
解释一下这几句代码的作用即可,THX!
相关分类