标签:list bool TE 自己 int style text ict bsp
一、数据类型
--> int 将字符串转换成整型
1 a = ‘123‘ 2 b = int(a) 3 print(b)
---> b=123
其中,每个类型中都有自己的魔法方法可以去调用,具体可以去查看各自的魔法方法
标签:list bool TE 自己 int style text ict bsp
原文地址:https://www.cnblogs.com/dougieli/p/9145973.html