查看变量类型的python内置函数?
示例说明:
内置函数isinstance(object, (type1,type2…))
isinstance('content', str)
返回True or False
使用内置函数type(object)
print(type(1))
print(type('content'))
输出
<type 'int'> #返回整形
<type 'str'> #返回字符串
Copyright © 广州京杭网络科技有限公司 2005-2025 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有