我需要在Python程序中模拟do-while循环。不幸的是,以下简单的代码不起作用: list_of_ints = [ 1, 2, 3 ] iterator = list_of_ints.__iter__() element = None while ...
確定! 回上一頁