<% str1="aaaaabbb中国ca中国alk中国jla" dim Count Count = 0 for I = 1 to Len(Str1)-1 step 1 if Mid(Str1, I, 2) = "中国" then Count = Count + 1 end if next response.write CStr(Count) %>
28,409
社区成员
356,971
社区内容
加载中
试试用AI创作助手写篇文章吧