摘要:
OpenFileDialog dialog = new OpenFileDialog(); if (dialog.ShowDialog() == DialogResult.OK) { string filename = dialog.FileName; if (filename.Contains(" 阅读全文
posted @ 2021-12-19 17:43
CelonY
阅读(1262)
评论(0)
推荐(0)
浙公网安备 33010602011771号