摘要: String类是字符串的描述类型 1.String的两种实例化方式 (1)String类对象直接赋值 public class StringDemo { public static void main(String[] args) { String str = "hello" ; System.ou 阅读全文
posted @ 2017-10-01 18:20 BISTER 阅读(10) 评论(0) 推荐(0)