会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lms21
博客园
首页
新随笔
联系
订阅
管理
2020年10月12日
python学习
摘要: isinstance() 函数 isinstance() 函数来判断一个对象是否是一个已知的类型,类似 type()。 >>>a = 2 >>> isinstance (a,int) True https://www.runoob.com/python/python-func-isinstance.
阅读全文
posted @ 2020-10-12 23:12 lms21
阅读(75)
评论(0)
推荐(0)
公告