strtok_s 在C语言中的作用是分割出一个字符串中的单词 在MSDN上参数表: strtok_s strToken String containing token or tokens. strDelimit Set of delimiter characters. context Used to store position information between calls to strtok_s locale Locale to use. 4个参数的含义: strToken 这个参数用来