String概念String API (C++11)string是在C++中才封装的内容,在C中只能使用char* []或者const char* [],但是操作繁琐很容易出错。
String 的一些比较重要的API:
c_str : 返
2021-05-05