在unix上换行使用\n,windows上换行使用的是\r\n,可以使用Python进行批量转换, ... import os def replace(filePath, w2u): try: oldfile ...
確定! 回上一頁