Index(S,S,pos)的实现-关于串的课件
Index(S1,S2,pos)的实现 1、strlength(S2) 2、substring(S1,pos,strlength(S2)) 3、strcompare(substring(S1,pos,strlength(S2)),S2)==0 4、pos++