摘要: public class Demo02 { public static void main(String[] args) { //八大基本数据类型 //整数 int num1 = 2147483647; //最常用 byte num2 = 127; short num3 = 32767; long 阅读全文
posted @ 2020-05-18 20:25 即将拥有人鱼线的球 阅读(124) 评论(0) 推荐(0)
摘要: public class Demo01 { public static void main(String[] args) { String 王者荣耀 = "倔强青铜,你真是个辣鸡!"; System.out.println(王者荣耀); //大小写十分敏感 String Man = "任全球"; S 阅读全文
posted @ 2020-05-18 20:24 即将拥有人鱼线的球 阅读(102) 评论(0) 推荐(0)