Wetts's blog

Stay Hungry, Stay Foolish.

0%

Python-区别-repr()和str()

python 中的 repr() 和 str()

  • str() 一般是将数值转成字符串。
  • repr() 是将一个对象转成字符串显示,注意只是显示用,有些对象转成字符串没有直接的意思。