UDP 通讯 address 是否支持 234.255.255.1?
发布于 6 年前 作者 yong57 1032 次浏览 来自 问答
 that.udpSocket = wx.createUDPSocket();
 that.udpSocket.bind(6666);
 that.udpSocket.send({
   address: '234.255.255.1',
   port: 3779,
   message: 'hello, how are you'
 })
基础库 2.10.2 

回到顶部