#coding:utf-8 import psycopg2 from dotenv import find_dotenv,load_dotenv import os load_dotenv(find_dotenv()) conn=False conn ...
確定! 回上一頁