收藏
回答

UDP 在调试模式下是可以发送接收包的,在预览模式下就不可以发送和接收包 是什么原因?

const udp = wx.createUDPSocket()
udp.bind(3333)
setInterval(function(){
    udp.send({
      address: '224.0.0.251',
        port: 9999,
        message: "hello world!"
    });
},1000);
回答关注问题邀请回答
收藏
登录 后发表内容
问题标签