C provides the strtok() function, which can be used to split the string into tokens based on the selected delimiter. Function prototype: char *strtok(char * ...
確定! 回上一頁