先上代码:
1 #include <stdio.h> 2 #include <string.h> 3 4 5 const char g_ip[32] = "123456789"; 6 int func1(const char *ip) 7 { 8 printf("ip:%s ",ip); 9 printf("ip size:%d ",sizeof(ip)); 10 if(*ip == '