看代码里是在for 循环里 生成
connection = pymysql.connect(...)
这样会给for遍历 的对象都生成一个 connection ,这个没有问题么?
finally那么关闭了,下一个connection再打开再关闭,没问题啊