摘要: type() isinstance() 两种区别: type()不会认为子类是一种父类类型。 isinstance()会认为子类是一种父类类型。 阅读全文
posted @ 2019-04-15 16:20 夜色迟暮 阅读(193) 评论(0) 推荐(0) 编辑