有两种方式string str = "asdf";一是str[i],二是str.at(i);i都是0-base,即i=0,时,结果是a,I=1,结果S
直接用索引,类似于数组,比如:string a = "hello";a[0];//表示'h'