Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到重用连接对象的方法。执行 conn.close() 后,我仍然在内存中有对象,所以必须有一种方法可以重用它。最好的方法是什么?
从连接类文档:
关闭()
立即关闭连接(而不是在执行 del 时)。从现在开始,连接将无法使用;如果尝试对连接进行任何操作,将引发 InterfaceError