char c[] = "Hello!";printf("%s",c);
你都没有System.out.print把结果输出到控制台,怎么会显示呢。。。你要看输出就用System.out.print(equals(3,5));