📜  java代码示例中的打印字符串

📅  最后修改于: 2022-03-11 14:52:15.253000             🧑  作者: Mango

代码示例1
String data = "Some string";
System.out.println(data);