吾生也有涯,而知也无涯。

导航

2018年11月28日 #

string的方法find

摘要: 官方解释:find(sub[, start[, end]]) Return the lowest index in the string where substring sub is found within the slice s[start:end]. Optional arguments st 阅读全文

posted @ 2018-11-28 20:34 JesseChang 阅读(122) 评论(0) 推荐(0) 编辑

String的方法capitalize

摘要: 官方解释:Return a copy of the string with its first character capitalized and the rest lowercased.(返回字符串的副本,其首字符大写,其余字符小写。) 使用方法: 阅读全文

posted @ 2018-11-28 19:21 JesseChang 阅读(602) 评论(0) 推荐(0) 编辑