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.
我有 2 行不同的代码:
f = open("file.csv", "rt")
和:
f = open("file.csv", "rb")
我一直在尝试在线搜索这意味着什么,但我只能找到其他示例。我想知道是什么rt意思rb?
rt
rb
您是否考虑过查看文档?