威武书包

文章
5
资源
0
加入时间
3年0月20天

Python学习 7 - 基本数据类型 str 以及常用的命令

个人学习总结笔记如有不足和错误欢迎指教谢谢str 字符串例如:name = "adam"name1 = "周大福"str 里有一些常用的命令1、capitalize2、casefold和lower 3、center 4、count5、endswith和startswith 6、expandtabs7、find8、format9、format_ma...