There is no do-while loop in Go. To emulate the C/Java code do { work(); } while (condition);. you may use a for loop in one of these two ways:
確定! 回上一頁