OpenFileDialog ofd = new OpenFileDialog(); ofd.ShowDialog(); textBox1.Text = ofd.FileName; 相关文章: 2022-12-23 2021-05-29 2022-12-23