求解hello方法在java.lang.String报错的解决方法
OneInterface oif=new OneInterfaceImpl(); System.out.println(oif.hello("word:")); 我这个执行以后抛错,Error:(6, 31) java: 找不到符号 符号: 方法 hello(java.lang.String) 位置: 类型为com.imooc.ioc.interfaces.OneInterface的变量 oif 求大佬们帮解决哪里问题,卡了好几天在这