读取 文件夹的所有CSV文件,都取第三行写入新文件。#!/usr/bin/env python# coding=utf-8import globimport timeimport csv# a new file #open all the CSV file#遍历 ...
確定! 回上一頁