摘要:
实验内容: 源代码: 主类: ~~~ package exercise; public class TrainStationTicketSales implements Runnable { private int ticket = 1000; public void run() { for(int 阅读全文
posted @ 2019-10-22 23:30
xudo~
阅读(209)
评论(1)
推荐(0)