Use continue . for i in xrange(value): if condition: continue. If you want to force your iterable to skip forwards, you must call .next() . > ...
確定! 回上一頁