如果您使用嵌套循环,break语句将停止执行最深层的循环,并开始执行下一行代码。 ... letter in 'Python': # 第一个实例 if letter == 'h': break print '当前字母:', ...
確定! 回上一頁