摘要: public synchronized void hurt() { //... this.wait(); //... } public synchronized void recover() { //... this.notify(); } 这里需要强调的是,wait方法和notify方法,并不是T 阅读全文
posted @ 2018-09-08 00:19 Draymonder 阅读(445) 评论(0) 推荐(0) 编辑