delattr

  • Python delattr()

    delattr()函数将一个对象作为参数,并从该对象中移除一个属性。 **delattr(object, name)** #where name is the name of at…

    编程 2024-10-03