2019年7月29日

摘要: package com.day14; public class Demo01 { public static char[] demo01(){ int i = 1234567890; String s ="qwertyuiopasdfghjklzxcvbnm"; String S=s.toUpperCase(); Stri... 阅读全文
posted @ 2019-07-29 17:15 不胖 阅读(134) 评论(0) 推荐(0) 编辑
 
摘要: package com.day13; public class Student { private String name; private String sex; public Student(){} public Student(String name,String sex){ this.name = name; this.... 阅读全文
posted @ 2019-07-29 10:31 不胖 阅读(119) 评论(0) 推荐(0) 编辑