do loop until的意思|示意
循环直到
do loop until的网络常见释义
语句 ... do loop语句 do loop until语句 do loop语句例题 ...
do loop until相关例句
You could simply wrap the whole thing in a loop, and keep moving data a piece at a time until the whole string has been processed. Here's the revised code to do this.
可以简单地将所有的事情全部封装到一个循环中,并一次移动数据的一部分,直到整个字符串全部处理完成为止。
What we have to do is loop until we have less than ten results or until there is an error. The loop looks like this!
我们需要使用一个循环进行遍历,直到所返回的结果少于10个或出现错误为止。
For this purpose, I have used a do-while loop that continues dividing the value integer by 256 until the value drops below 1.
为此,我使用了一个do - while循环,它不断地将value整数除以256,直到得到的值小于1。