摘要: package test1;public class test2 { public static int index(char[] s,char[] t,int pos) { int i=pos; int j=0; while (i=t.length) { return i-t.lengt... 阅读全文
posted @ 2014-05-21 10:20 蓦然回首的包子 阅读(859) 评论(0) 推荐(0)