返回一個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.