except (Exception, psycopg2.DatabaseError) as error: print(error) finally: if conn is not None: conn.close() def show_investigator_name_combo(self): ...
確定! 回上一頁