String的总结增:append(xxx)删:delete (int start,int end)改:setCharAt (int n,char ch) / replace (int start,int end)查:charAt (int n)插:insert(int offer,xxx)长度:length( ) ;遍历:for( ) + charAt( );