UDP 通讯 address 是否支持 234.255.255.1?

发布于 8 年前作者 yong571172 次浏览最后编辑 8 年前来自 ask
 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 

1 回复