using System; using System.Collections.Generic; using System.Web; /// /// Config 的摘要说明 /// public class Config { //public static string[] ImageSavePath = new string[] { "upload1", "upload2", "upload3" }; public static string[] ImageSavePath = new string[] { "upload" }; }