摘要: 输出: 阅读全文
posted @ 2019-03-09 20:11 Zhangchuanfeng 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1 package com.climbdemo; 2 /** 3 * 实用类 4 * @author jjit 5 * 6 */ 7 public class ClimbDemo extends Thread { 8 public int num; 9 private int time; 10 11 public ClimbDemo(... 阅读全文
posted @ 2019-03-09 19:43 Zhangchuanfeng 阅读(136) 评论(0) 推荐(0) 编辑