A.insert() B.append() C.reverse() D.delete()
A.獲取指定位置的字符B.獲取字符串長度C.截取字符串D.獲取指定字符的下標
A.String B.StringBuilder C.StringTable D.StringBuffer