摘要: ``` package helloworld; class PrintNum implements Runnable{ int num; Thread mythread; Object obj; public PrintNum(int _num,Object _obj){ num=_num; obj 阅读全文
posted @ 2019-04-21 19:06 YongkangZhang 阅读(341) 评论(0) 推荐(0) 编辑