string[] Day = new string[] { "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" }; week =Day[Convert.ToInt16(DateTime.Now.DayOfWeek)];