点击运行
public class Main { public static void main(String[] args) { String name = "John"; System.out.println(name); } }
运行结果 :
正在执行...