摘要: ```java package com.initialization; import static net.mindview.util.Print.*; class Bowl { Bowl(int marker) { print("Bowl(" + marker +")"); } void f1(int marker) { print("... 阅读全文
posted @ 2018-08-08 15:30 君子居焉抱天下 阅读(728) 评论(0) 推荐(0)