摘要: 7.python中经典类和新式类的区别 def exc1(host,port,db,charset,sql): conn=connect(host,port,db,charset) conn.execute(sql) return xxx def exc2(host,port,db,charset, 阅读全文
posted @ 2018-11-22 14:28 一把西瓜刀 阅读(1423) 评论(0) 推荐(0)