类型:转载 责任编辑:asp.net 日期:2007/05/23
热门软件下载:
新手提问
网友回答:
if(sb.length()>0)
sb.delete(0,sb.length());
StringBuffer delete(int start, int end)
Removes the characters in a substring of this StringBuffer.
StringBuffer deleteCharAt(int index)
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).