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