path1 = "/Users/xah/xxtest1" path2 = "/Users/xah/xxtest2" coding1 = "utf-8" coding2 = "gb18030" f = open(path1, "r", encoding=coding1) ...
確定! 回上一頁