关于python特殊方法之new【点击查看详情】
关于python特殊方法之new:object.new(cls[, ...])Called to create a new instance of class cls. new() is a static method (special-cased so you need not declare it as such) that takes the class of which an instance was requested as its first argument. The remaining arg