一个查询数据库并解析其中的json格式的数据,并处理后保存到另外的表的python程序

1 import json 2 import pymysql 3 import datetime 4 from decimal import Decimal 5 from decouple import config 6 7 8 # 获取每日汇率的方法 9 def get_currency_rate
posted @ 2023-08-23 12:23  爱家家的卡卡  阅读(26)  评论(0编辑  收藏  举报