摘要: import sun.plugin.liveconnect.OriginNotAllowedException; public class Demo03 { public static void main(String[] args) { //整数拓展 进制 二进制0b 十进制 八进制0 十六进制0 阅读全文
posted @ 2022-05-18 13:38 言西月 阅读(33) 评论(0) 推荐(0)
摘要: public class Demo02 { public static void main(String[] args) { String a = "hello"; int num = 10; System.out.println(a); System.out.println(num); //八大基 阅读全文
posted @ 2022-05-18 02:39 言西月 阅读(48) 评论(0) 推荐(0)
摘要: public class HelloWorld { public static void main(String[] args) { //输出一个Hello,World! String student = "言西月"; System.out.println("Hello,World!"); //单行 阅读全文
posted @ 2022-05-18 01:41 言西月 阅读(39) 评论(0) 推荐(0)