个人学习日志

Home Archives
2023-10-25

微信小程序入门

吓死你

1
2
3
4
5
6
7
const udp = wx.createUDPSocket()
udp.bind()
udp.send({
address: '192.168.1.116',
port: 8086,
message: 'hello, how are you'
})
分享
前一篇
(no title)
后一篇

归档

  • 十月 2023

最新文章

  • (no title)
  • (no title)
  • (no title)
  • (no title)
  • (no title)
© 2023 sdadgz
Powered by Hexo
Home Archives