返回一个const_iteratorpointing to the first character of the string.
Aconst_iterator是一个指向常量内容的迭代器。这个迭代器可以像iteratorreturned by basic_string::begin, but it cannot be used to modify the contents it points to, even if the basic_string object is not itself const.