大仙1998

2019年5月10日

笔记

摘要: 转义字符: \n :换行符 \t :相当于tab,缩进 \r :回车 \r\n:换行符 String str3=new String("abc");//内部重写了toString() Collection col=new ArrayList();//内部重写了toString() 方法的返回值问题: 阅读全文

posted @ 2019-05-10 08:29 大仙1998 阅读(125) 评论(0) 推荐(0)

导航