语法:python3语法速查
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版 | |||
语法:python3语法速查 [2024/08/06 09:22] – [4. 文件操作] user01 | 语法:python3语法速查 [2024/08/06 09:23] (当前版本) – [4. string] user01 | ||
---|---|---|---|
行 175: | 行 175: | ||
===== - string ===== | ===== - string ===== | ||
+ | <code python> | ||
+ | class str(object='' | ||
+ | class str(object=b'', | ||
+ | Return a string version of object. If object is not provided, returns the empty string. | ||
+ | </ | ||
语法/python3语法速查.1722907359.txt.gz · 最后更改: 2024/08/06 09:22 由 user01