1 2 3 4
摘要: public class PCTest { public static void main(String[] args) { Share s=new Share(); Producer p=new Producer(s,1); Consumer c=new Consumer(s,1); p.star 阅读全文
posted @ 2020-11-18 23:55 小陈的太阳 阅读(51) 评论(0) 推荐(0) 编辑