摘要:
public class TestNewInstance { // 菱形单词: Rhombus public static void main(String[] args) { TestNewInstance r = new TestNewInstance(); r.run(6); r.runx(7); } public void run(int level) { // 菱形... 阅读全文
posted @ 2017-08-08 20:12
妤轩
阅读(241)
评论(0)
推荐(0)