基准对象object中的基础类型----字符串 (五)

object有如下子类:

CLASSES
    object
        basestring
            str
            unicode
        buffer
        bytearray
        classmethod
        complex
        dict
        enumerate
        file
        float
        frozenset
        int
            bool
        list
        long
        memoryview
        property
        reversed
        set
        slice
        staticmethod
        super
        tuple
        type
        xrange
子类

猜你喜欢

转载自www.cnblogs.com/windyrainy/p/10654499.html