摘要: package yu; public class Test { public static void main(String[] args) { // TODO Auto-generated method stub String str = "Hello World"; char[] c = str 阅读全文
posted @ 2020-05-28 06:12 -Sehnsucht 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package hy ; public class ColaEmployee { String name; int month; public ColaEmployee() { } public ColaEmployee(String name,int month){ this.name=name; 阅读全文
posted @ 2020-05-28 06:11 -Sehnsucht 阅读(92) 评论(0) 推荐(0) 编辑