反编译:
运用查找项目结构,ctrl+alt+shift+s,找到源文件所在地,production中找到class文件,在资源管理器中将class文件转移到java文件夹中,在idea上打开,就获得了反编译结果。
换行的两种方法
System.out.println();
System.out.print("\n")
println 输出完会换行
print 输出完不会换行
增强for循环
主要用于数组

 posted on 2025-02-18 15:53  hansdant  阅读(4)  评论(0)    收藏  举报