c語言實現字符串的分割

#include<stdio.h> #include<iostream> using namespace std; int split(char text[], char* parts[]) { int count = 0; // 分段的個數 int start = 0; // 每一分段的首地址 bool flag = false; // 遍歷text,標識當前是否處於有效字符 for (int
相關文章
相關標籤/搜索