摘要: int a=5; int b=a++;//int b=a;a=a+1 int c=++a;//a=a+1;int c=a 阅读全文
posted @ 2016-10-11 15:02 88旧港 阅读(588) 评论(0) 推荐(0)