strdup函数的使用方法 函数名: strdup 功 能: 将串复制到新建的位置处 用 法: char *strdup(char *str); 这个函数在linux的man手冊里解释为: … Continue reading strdup函数的使用方法