C:
#include <string.h>
提供字符串操作函数
C++:
#include <string>
提供一个字符串类,string
C和C++里string头文件的区别
原文:https://www.cnblogs.com/judes/p/15034234.html