摘要:
package com.ocr; class A { static { System.out.println("Static init A."); } { System.out.println("Instance init A."); } A() { System.out.println("Cons 阅读全文
posted @ 2020-03-29 14:44
咸鱼张
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号