摘要:
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 = 阅读全文
摘要:
package com.API;public class TestBao { public static void main(String[] args) {// int i = 10;// System.out.println(i + 10);// //基本数据类没有继承object面向对象的特征 阅读全文
摘要:
package com.API;import java.util.Calendar;import java.util.Date;public class TestTime { public static void main(String[] args) { //Date日期 //Calendar 日 阅读全文
摘要:
package com.API;import java.util.Scanner;//Math数学类public class TestMath { public static void main(String[] args) { //JDK看API文档 https://docs.oracle.com 阅读全文