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

在控制台程序中,如何打印一条带换行的字符串?

ASystem.out.print(str)
BSystem.out.println(str)
CSystem.out.printf(str)
DSystem.out.print(str + )