java.lang.IllegalMonitorStateException
转载:http://blog.youkuaiyun.com/historyasamirror/article/details/6709693 private boolean wait = false; public boolean pleaseWait() { synchronized (this.wait) { if (this.wait == true) { return false;
转载
2018-01-04 11:47:31 ·
222 阅读 ·
0 评论