python中type()是一个内建的获取变量类型的函数。【type(object)】,表示返回一个对象的类型,如【In [1]: a = 10 In [2]: type(a) Out[2]: int】。
技术文章 / 下载软件趣味内容 / 专业带飞