摘要: 排球计分程序 计划:大概花一周时间。用户故事:作为一个观众,我希望及时了解到比赛的比分情况。 具体代码 public partial class Form1 : Form { public Form1() { InitializeComponent(); } int a = 1; int b = 1 阅读全文
posted @ 2016-12-25 20:12 青城少 阅读(101) 评论(0) 推荐(0)