摘要: https://www.cnblogs.com/yangwu-183/p/10042755.html find(substr, beg=0, end=len(string)): 在[beg, end]范围内查找substring,找到返回substr的起始下标,否则返回 -1。 1 string = 阅读全文
posted @ 2021-08-06 14:26 清风oo 阅读(564) 评论(0) 推荐(0)