class Mysql(object): @staticmethod def conn(user): pass Mysql.conn(‘zhangsan‘)
Python-面向对象-静态方法
原文:https://www.cnblogs.com/missliu-123/p/12622774.html