摘要: package com.API;import java.util.Scanner;public class TestString { public static void main(String[] args) {// String s = "你好啊。赛丽亚";// System.out.print 阅读全文
posted @ 2022-05-13 11:26 小松2739 阅读(40) 评论(0) 推荐(0) 编辑
摘要: package com.API;import java.text.SimpleDateFormat;import java.util.Date;import java.util.SimpleTimeZone;public class Test04 { public static void main( 阅读全文
posted @ 2022-05-13 10:10 小松2739 阅读(35) 评论(0) 推荐(0) 编辑
摘要: package com.JieKou;public class jiekou { public static void main(String[] args) { //接口是特色的抽象类 接口中所有方法都是抽象方法// Valuable gold = new Gold();// //接口一样具有多态 阅读全文
posted @ 2022-05-13 10:03 小松2739 阅读(21) 评论(0) 推荐(0) 编辑
摘要: package com.Lol;public class Hero { String name; String skill_q; String skill_w; String skill_e; String skill_r; public Hero(String name){ this.name = 阅读全文
posted @ 2022-05-13 10:01 小松2739 阅读(51) 评论(0) 推荐(0) 编辑
摘要: package com.API;public class TestBao { public static void main(String[] args) {// int i = 10;// System.out.println(i + 10);// //基本数据类没有继承object面向对象的特征 阅读全文
posted @ 2022-05-13 09:59 小松2739 阅读(33) 评论(0) 推荐(0) 编辑
摘要: package com.API;import java.util.Calendar;import java.util.Date;public class TestTime { public static void main(String[] args) { //Date日期 //Calendar 日 阅读全文
posted @ 2022-05-13 09:59 小松2739 阅读(111) 评论(0) 推荐(0) 编辑
摘要: package com.API;import java.util.Scanner;//Math数学类public class TestMath { public static void main(String[] args) { //JDK看API文档 https://docs.oracle.com 阅读全文
posted @ 2022-05-13 09:58 小松2739 阅读(19) 评论(0) 推荐(0) 编辑