Moin,我刚刚在一些源代码中找到了for循环.
for (;;) { // some work if (condition) { break; } }
这是怎么回事 for (;;) ?
for (;;)
c syntax for-loop
c ×1
for-loop ×1
syntax ×1