0
unsigned a = 5;
int b = a - 1I;
printf("b=%d", b);

在 Android/iOS 上运行这些代码,你会得到类似“b=5”的结果。“我”后缀是什么意思?

4

0 回答 0