Try to open file using codecs with the appropriate encoding: >>> import codecs >>> f = codecs.open("testdata1.csv", "r", "utf-8").
確定! 回上一頁