Python str() 函数
定义和用法
The str()
函数将指定的值转换为字符串。
语法
str(object, encoding=encoding, errors=errors)
参数值
参数 | 描述 |
---|---|
object | 任何对象。指定要转换为字符串的对象 |
encoding | 对象的编码。默认值为 UTF-8 |
errors | 指定解码失败时要执行的操作 |
The str()
函数将指定的值转换为字符串。
str(object, encoding=encoding, errors=errors)
参数 | 描述 |
---|---|
object | 任何对象。指定要转换为字符串的对象 |
encoding | 对象的编码。默认值为 UTF-8 |
errors | 指定解码失败时要执行的操作 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]