原创 strstok詳解

extern char *strtok(char *s, char *delim); 用法:#include <string.h> 功能:分解字符串爲一組標記串。s爲要分解的字符串,delim爲分隔符字符串。 說明:首次調用時,s必須指向