首页题库练习题目详情
Java语言程序设计单选题中等

下列哪个方法可用于格式化字符串,并可以将结果直接输出到控制台?

AString.format()
BSystem.out.format()
CSystem.out.printf()
D以上都可以