This is one of the things "while" can do that "for" cannot. With "while" you can make loops that go for an arbitrary length of time, or even forever. With "for" ...
確定! 回上一頁