C++ string实际是对char* 的封装,它使用原生的指针作为迭代器 代码实现:https://github.com/inmail/mySTL/blob/master/mySTL/3stl_string.h