摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <arpa/inet.h> 5 6 7 void port_parse(char *str,short * port) { 8 int a,b,c, 阅读全文