import json import psycopg2 # read JSON data from file with open('data.json') as f: data = json.load(f) # connect to the database conn ...
確定! 回上一頁