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.
谁能想出一种方法来更改该fileinput.input方法的输入分隔符?
fileinput.input
(根据文档,默认输入分隔符是'\n',并且没有被剥离。)
'\n'
谢谢!