Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查看#skip 的源文件在移动到下一个文件之前关闭。这是#close 应该实现的行为。该文档建议在使用#skip 时文件应保持打开状态。
不多。但是有一个区别:skip如果没有更多文件,则不执行任何操作,closeraises IOError。
skip
close
IOError