摘要:
isinstance说明如下: isinstance(object, class-or-type-or-tuple) -> bool Return whether an object is an instance of a class or of a subclass thereof. With a type as second argument, return whether ... 阅读全文
posted @ 2014-12-18 15:45
网络小蚂蚁
阅读(432)
评论(0)
推荐(0)