System.out.println("a等于b:" + (a ==b)); System.out.println("a大于b:" + (a > b)); System.out.println("a小于等于b:" + (a <=b)); System.out.println("str1等于str2:" + (str1 ==str2));
根据任务要求确定的啊
空格可写可不写