string fn = System.IO.Path.Combine( (Application.StartupPath + @"\..\..\图片\"), "1.jpg");
如果是在你的Form1里面的话就是 string path=@"./图片/1.jpg";