Csv.encode [("John",27),("Jane",28)] "John,27\r\nJane,28\r\n" ... The goal is to roughly accept what the Python csv module accepts.
確定! 回上一頁