摘要: 1 OpenFileDialog ofd = new OpenFileDialog(); 2 ofd.Filter = "JPG|*.jpg|PNG|*.png|所有文件|*.*"; 3 if (ofd.ShowDialog() == true) 4 { 5 image... 阅读全文
posted @ 2017-11-24 21:20 pop1234ggg 阅读(266) 评论(0) 推荐(0)