对python csv模块配置分隔符和引用符详解 如下所示:file=open('./abc.csv')csv.reader(file,delimiter=',',quotechar='"')说明:delimiter是分隔符,quotec 引用符