摘要:
public class Test { public static int count(String text,String sub){ int count =0, start =0; while((start=text.indexOf(sub,start))>=0){ start += sub.le... 阅读全文
posted @ 2017-04-11 08:38
星辰之力
阅读(5367)
评论(0)
推荐(0)
浙公网安备 33010602011771号