onlyou13

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年9月7日

摘要: udpHelper.pas unit udpHelper; interface uses Classes, Windows, SysUtils, WinSock; type TRecv = procedure(RIP: string; buf: PChar; Bufsize: Integer) of 阅读全文
posted @ 2020-09-07 22:15 onlyou13 阅读(42) 评论(0) 推荐(0) 编辑