收藏
回答

UDP 预览不可以发送吗?

const app = getApp()
Page({
  startDiscovery:function()
  {
      console.log('startDiscovery')
      var that = this;
      that.udpSocket = wx.createUDPSocket();
      that.udpSocket.bind(3333);
      setInterval(function(){
        that.udpSocket.send({
          address'192.168.2.106',
          port9999,
          message"hello world!"
        });
      },2000);
     
   
    
  }
})
回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2020-03-04

    具体是什么问题?

    2020-03-04
    有用
    回复 3
    • 我只会写代码
      我只会写代码
      2020-03-04
      UDP 在调试模式下是可以发送接收包的,在预览模式下就不可以发送和接收包了
      2020-03-04
      回复
    • 我只会写代码
      我只会写代码
      2020-03-04
      2020-03-04
      回复
    • 灵芝
      灵芝
      2020-03-05回复我只会写代码
      请提供这种格式的代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
      2020-03-05
      回复
登录 后发表内容
问题标签