看板 C_and_CPP 關於我們 聯絡資訊
char x[20]; char s[20]; x= "My name is John." s= strtok(x, " "); result: s= "My" 請問,剩下的 " name is John." 能否取得? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.134.115.251
qoozxc789:NULL 03/28 19:51
liu2007:謝謝~^^~ 03/28 20:38