使用Python3连接postgresql数据库 #导入依赖包#!/usr/bin/python3 import psycopg2 #创建连接对象conn=psycopg2.connect(database="postgres",user="postgres" ...
確定! 回上一頁