能帮我看看这个对吗 public class HelloWorld{ public static void main(String[] args) { String hobby="我要自学"; System.out.println(hobby); } }
对啊,println不需要格式直接输出的