有没有之间的性能差异i++而++i如果结果不能用?
i++
++i
c optimization performance pre-increment post-increment
c ×1
optimization ×1
performance ×1
post-increment ×1
pre-increment ×1