gpt4 book ai didi

python - {!s} 什么时候在 format() 中有意义?

转载 作者:行者123 更新时间:2023-11-28 17:53:28 25 4
gpt4 key购买 nike

>>> import math
>>> print "{} {!s} {!r}".format(math.pi, math.pi, math.pi)
3.14159265359 3.14159265359 3.141592653589793

什么时候 !s inside {} 有意义?

或者换句话说,什么时候在 format() 参数上调用 str() 有意义?

最佳答案

每当要打印的类型以不适合您的目的的方式实现 __format__ 时。在这种情况下,您可以使用 !s!r(我认为甚至还有 !a)来指定备用格式化程序。

您当然不需要它来打印 float ,但可能需要它来打印自定义类型。

关于python - {!s} 什么时候在 format() 中有意义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5361951/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com