Python type () 函数Python 内置函数描述type() 函数如果你只有第一个参数则返回对象的 ... x = 1 >>> type( x ) == int # 判断类型是否相等 True # 三个参数 >>> class ...
確定! 回上一頁