浅学之变量自增
摘要:
package operator; public class Demo01 { public static void main(String[] args) { //++ 自增 --自减 int a=5; int b=a++; System.out.println(a);//a+1 System.o 阅读全文
posted @ 2022-06-12 23:40 言语说 阅读(26) 评论(0) 推荐(0) 编辑
posted @ 2022-06-12 23:40 言语说 阅读(26) 评论(0) 推荐(0) 编辑
posted @ 2022-06-12 20:27 言语说 阅读(29) 评论(0) 推荐(0) 编辑
posted @ 2022-06-12 19:56 言语说 阅读(24) 评论(0) 推荐(0) 编辑