摘要: package tickect;class ticketnum implements Runnable{ public int tickets = 100; String str = new String(); public void run() { while... 阅读全文
posted @ 2015-03-18 16:58 JonLi 阅读(339) 评论(0) 推荐(0)