摘要: 1,bool 值类型只有两个值(True,False) 布尔值 str int bool (True,False)之间的转化 str >int a="123456"元素必须是数字,否则报错 str >bool 空串是False 不为空全部为True int >bool 0为False, 非0全部为T 阅读全文
posted @ 2019-10-16 15:14 王征 阅读(101) 评论(0) 推荐(0)