python字符串查找

a = "string test"
a.index("g")
a.find("g")
原文地址:https://www.cnblogs.com/buxizhizhoum/p/8438741.html