摘要: 1 package tcpScanner 2 3 import ( 4 "fmt" 5 "net" 6 "sort" 7 ) 8 9 /* 10 多通道通信 11 */ 12 13 func workerL(ports, results chan int) { 14 for p := range p 阅读全文
posted @ 2023-03-06 10:54 像素飞行员 阅读(33) 评论(0) 推荐(0)