String类中有一个bai方法 public boolean contains(Sting s)就是用du来判断当前字zhi符串是否含有参数指定的dao字符串例s1=“takecatb”zhuans2=“te”语句:s1.contains(s2) //s1调用这个方法shu若其值为ture说明s1包含s2 若为fasle 则不包含