使用strtok_s()函数简单分割字符串#define _STDC_WANT_LIB_EXT1_ 1 #include #include <string.h> int main() { char strsrc[100]; char strbuf[100]; char ...
確定! 回上一頁