美文网首页
2018-08-10

2018-08-10

作者: 九降风 | 来源:发表于2018-08-10 10:10 被阅读0次

Hello JianShu

It is a test for markdown in JianShu.

I love jianshu
My name is PanKaipeng

This is a piece of code. print("Hello code")
This is a block of code.

public class Test { 
  public static void main(String[] args) { 
    { 
      int x = 3; 
      System.out.println("普通代码块内的变量x=" + x); 
    } 
    int x = 1; 
    System.out.println("主方法内的变量x=" + x); 
    { 
      int y = 7; 
      System.out.println("普通代码块内的变量y=" + y); 
    } 
                                                       } 
                        } 

This is End.

相关文章

网友评论

      本文标题:2018-08-10

      本文链接:https://www.haomeiwen.com/subject/xrfkbftx.html