strtok_r ()函式用於分割字元串。strtok_r是linux平台下的strtok函式的執行緒安全版。windows的string.h中並不包含它,windows下的對應安全函式為strtok_s。
確定! 回上一頁