课程
/后端开发
/Python
/python进阶
这个函数是什么用法?
2016-05-12
源自:python进阶 2-4
正在回答
>>> help("".title) Help on built-in function title: title(...) method of builtins.str instance S.title() -> str Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case.
善用文档
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计