微微一笑满城空

导航

StringBuffer方法简单使用

buf.delete(0, buf.length());//清空StringBuffer

buf.delete(30,40);//清除下标30-40之间的元素

buf.insert(20, (str));//从下标为20的位置开始写添加进去  列如:

buf = hello123    str=567  

buf.insert(5,str) ---→buf = hello567123

posted on 2017-09-11 16:00  微微一笑满城空  阅读(336)  评论(0编辑  收藏  举报