Python中Number类型变量的转换2

2026-04-10 05:22:57

1、str() :将对象转换为字符串。

Python中Number类型变量的转换2

Python中Number类型变量的转换2

2、repr():将对象转换为表达式字符串 。

Python中Number类型变量的转换2

Python中Number类型变量的转换2

3、eval():用来计算值为有效Python表达式的字符串,并返回一个对象。

Python中Number类型变量的转换2

Python中Number类型变量的转换2

4、ord():将Unicode字符转换为它的整数值。

Python中Number类型变量的转换2

Python中Number类型变量的转换2

猜你喜欢