我使用strtok_r:char *the_sting ="a|b||e|f";char *last;char *current;current = (char*)strtok_r(the_sting,"|", &last);while(current!
確定! 回上一頁