fanstatic

2019年4月21日

python判断两个变量是否为同一数据类型

摘要: >>> a = 1000>>> b = 1>>> isinstance(a,type(b))True>>> 阅读全文

posted @ 2019-04-21 19:34 fanstatic 阅读(3479) 评论(0) 推荐(0)