求解釋一下下面幾句代碼: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!
求解釋一下下面幾句ES6的代碼
汪汪一只貓
2018-10-10 17:18:17