摘要: 看到这篇博客要看到最后小小的祝福哟。 自增与自减(仅个人的小理解)public class Demo02 { public static void main(String[] args) { //++ --自增 自减 int a=3; int b =a++;//执行这个程序后,对b进行赋值,然后在自 阅读全文
posted @ 2022-12-31 22:04 tingtang 阅读(46) 评论(0) 推荐(0)