上一页 1 ··· 17 18 19 20 21
摘要: 7.7 (1)学习了java注释: 单行注释:// 代码示例: public class helloworld { public static void main(String[] args) { //输出helloworld System.out.println("hello world"); } 阅读全文
posted @ 2024-07-13 15:21 再报错就堵桥0 阅读(28) 评论(0) 推荐(0)
摘要: (1)通过视频学习了解了java基本概述 (2)成功下载了Eclipse,并搭建java环境 (3)使用Eclipse运行"hello world"程序 代码如下: package hello; public class helloworld { public static void main(St 阅读全文
posted @ 2024-07-06 13:19 再报错就堵桥0 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21