摘要: 快捷键 输入100.for等于输入 for (int i = 0; i < 100; i++) { } public class ForDemo { public static void main(String[] args) { //练习1:计算0到100之间的奇数和偶数的和 int oddSum 阅读全文
posted @ 2023-01-06 14:00 壹贰叁肆伍陆 阅读(41) 评论(0) 推荐(0)
摘要: 点开Project Strcture 按钮 打开输出路径找到.class结尾的输出文件类 这个就是反编译文件,可以拖到IDEA里打开 阅读全文
posted @ 2023-01-06 12:26 壹贰叁肆伍陆 阅读(232) 评论(0) 推荐(0)