我曾经考虑第一次调用 strtok_s() 时,应该将包含token的字符串作为第一个参数传递,如下面的代码: char testString[100] = "1|2|3"; char *context = testString; ...
確定! 回上一頁