Continue must be in a loop (e.g., for, do, while). It cannot appear in case constructs.
continue一定是在for,do,while这些循环中,而不能在实例构建中出现。
So this do while loop immediately breaks out at the point of that check.
所以这个do,while,循环在检查的时候,直接中断了。
Do not simply use while (true) loop.
不要简单地使用,而(真)循环。
Do not simply use while (true) loop.
不要简单地使用,而(真)循环。
应用推荐