# find和java里的indexOf相似,返回找到的位置,找不到返回-1 target=‘www.163.com‘ print(target.find(‘163‘)) if target.find(‘263‘)==-1: print(‘263不存在于字符串‘+target+‘中‘)
标签:找不到 post targe indexof style com color 返回 字符串查找
# find和java里的indexOf相似,返回找到的位置,找不到返回-1 target=‘www.163.com‘ print(target.find(‘163‘)) if target.find(‘263‘)==-1: print(‘263不存在于字符串‘+target+‘中‘)
【pyhon】字符串查找函数find(和java里的indexOf等效)
标签:找不到 post targe indexof style com color 返回 字符串查找
原文地址:https://www.cnblogs.com/xiandedanteng/p/8671061.html