java进阶 代码块 33

 

 

package com.cyjt97.code;

public class day {
    public static void main(String[] args) {

    }
}

class code {
    static int i;

    static {
        i = 0;
    }
    
}

  

posted @ 2023-03-13 17:30  文采呱呱  阅读(10)  评论(0编辑  收藏  举报