python查找字符串 函数find() 用法
2021-06-19 23:05
阅读:538
标签:ted 字段 print str1 tty bcd 查找 意思 span 输出 2 python查找字符串 函数find() 用法 标签:ted 字段 print str1 tty bcd 查找 意思 span 原文地址:https://www.cnblogs.com/kaibindirver/p/9689805.htmlsStr1 = ‘abcdefg‘
sStr2 = ‘cde‘
print sStr1.find(sStr2)
意思是在sStr1字符里的第2位置找到了包含cde字符的字段
上一篇:线程和并发--基础
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python查找字符串 函数find() 用法
文章链接:http://soscw.com/index.php/essay/96159.html
文章标题:python查找字符串 函数find() 用法
文章链接:http://soscw.com/index.php/essay/96159.html
评论
亲,登录后才可以留言!