摘要:
StringBuffer StringBuffer的添加功能: public StringBuffer append(String str) 可以把任意类型数据添加到字符串缓冲区里面,并返回字符串缓冲区本身 public StringBuffer insert(int offset,String s 阅读全文
posted @ 2019-05-22 23:44
懒得起名字ya
阅读(593)
评论(0)
推荐(0)
摘要:
String类的构造方法: public String():空构造 public String(byte[ ] bytes):把字节数组转成字符串 public String(byte[ ] bytes,int index,int length):把字节数组的一部分转成字符串 public Stri 阅读全文
posted @ 2019-05-22 00:45
懒得起名字ya
阅读(347)
评论(0)
推荐(0)