正文

Java输出结果加括号的方法:使用System.out.printf()方法,格式化输出时在%符号后加上括号。例如:System.out.printf("(结果:%d)", 结果变量);。