UDP能否接收广播?
this.udp = wx.createUDPSocket();
this.udp.bind(12476);
运行到bind报错
vendor.js:2645 [Vue warn]: Error in onLoad hook: “TypeError: Cannot read property ‘bind’ of undefined”
this.udp = wx.createUDPSocket();
this.udp.bind(12476);
运行到bind报错
vendor.js:2645 [Vue warn]: Error in onLoad hook: “TypeError: Cannot read property ‘bind’ of undefined”