摘要:        
今天好好琢磨一下 python 创建实例的先后顺序 一、 就定义一个普通类 Util (默认)继承自 object,覆写 new ,init 方法 由上面可以知道 new 优先于 init 执行,如果 中没有 return 语句,则不会执行object 的 new 方法,而 init 在 objec    阅读全文
posted @ 2018-07-20 16:22
云雾散人
阅读(228)
评论(0)
推荐(0)
        
Talk is cheap , show me the code!
