函式的呼叫方法是 char * strtok ( char * str, const char * delimiters ); ,str 是我們想要切的字串,delimiters 是要用來切割的分離字符。
確定! 回上一頁