摘要: this.openFileDialog1.Filter = "*.*"; if (this.openFileDialog1.ShowDialog() == DialogResult.OK) { string FileName = this.openFileDialog1.FileName; // 你 阅读全文
posted @ 2020-09-16 14:36 AetlySaber 阅读(182) 评论(0) 推荐(0)