问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果
public class ok {
public static void main(String[] args) {
String a = "Hello";
//\u000d a="world" ;
System.out.println(a);
// \u000a a="hello world! ";
system.out.println(a);
}
}
输出
world
hello world!