随笔分类 -  python

自己作为测试的一些记录,经测试成功再上传
摘要:def transjson(csvpath): tableData = [] with open(csvpath,'r',encoding='utf-8') as csvfile: reader = csv.DictReader(csvfile) for row in reader: # 读取的内容 阅读全文
posted @ 2020-08-21 10:48 \面朝阳光/ 阅读(1717) 评论(0) 推荐(0)
摘要:后台 前端 阅读全文
posted @ 2019-08-24 11:10 \面朝阳光/ 阅读(1253) 评论(0) 推荐(0)