统计字符串中子串重复次数 emmmm,来成都华迪实训基地的第一天上午,挺基础的,之后应该会越来越有趣吧。 python代码 def find_substr_count(orgstr, substr): count = 0 for i in range(len(orgstr)): if orgstr[i:i