摘要: def ExtractOrderLabel(csvOutFile): #文件是按照什么样的列顺序排列的 contentList=[] # contentList.append(0) for index, content in enumerate(open(csvOutFile)): if 'f_' 阅读全文
posted @ 2017-06-15 19:15 半个公主 阅读(543) 评论(0) 推荐(0)