for (int frame <= 10; frame++) { }
例如,我有此代码,但无法正常工作。当我放入半冒号时,它可以工作。为什么是这样?
for (; frame <= 10; frame++) { }
c# for-loop
c# ×1
for-loop ×1