摘要:
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
阅读(54)
评论(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
阅读(40)
评论(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
阅读(117)
评论(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
阅读(25)
评论(0)
推荐(0)

浙公网安备 33010602011771号