stringbuilder类

stringbuilder.remove(startindex,length)

当前方法将指定范围的字符从当前实例中移除。将 startIndex+length 处的字符移动到 startIndex,并且将当前实例的字符串值缩短 length。当前实例的容量不受影响。

移除包含startindex

posted @ 2009-03-31 19:22  小贱  阅读(128)  评论(0编辑  收藏  举报