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