上一页 1 ··· 6 7 8 9 10
摘要: package day33;public class d4 { public static void main(String[] args)throws CloneNotSupportedException { person p=new person("任我行",56); person p2=(pe 阅读全文
posted @ 2020-07-25 22:39 Gqan 阅读(44) 评论(0) 推荐(0) 编辑
摘要: package day2;//输出格式:【word1#word2#word3】;//public class d2 { public static void main(String[] args) { int []array={1,2,3}; String str=form(array); Syst 阅读全文
posted @ 2020-07-24 22:38 Gqan 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10