java判断字符串是否包含某个字符
1、打开MyEclipse 并新建类“Test”

3、编写main方法代码:public static void main(Stri艘绒庳焰ng[] args) { Test t = new Test(); System.out.println(t.isContain("123", "3")); }

1、打开MyEclipse 并新建类“Test”
3、编写main方法代码:public static void main(Stri艘绒庳焰ng[] args) { Test t = new Test(); System.out.println(t.isContain("123", "3")); }