点击运行
public class Main { public static void main(String[] args) { // 这里不能使用 x int x = 100; // 可以在这里使用 x System.out.println(x); } }
运行结果 :
正在执行...