UDP能否接收广播?
发布于 3 年前 作者 sunxia 11187 次浏览 来自 问答

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”

回到顶部