摘要: #region 方法一 Point first = this.Location; for (int i = 0; i < 50; i++) { Application.DoEvents(); Random ran = new Random(); Point p = new Point(this.Lo 阅读全文
posted @ 2022-09-02 14:09 fulllove 阅读(65) 评论(0) 推荐(0)