摘要:
protected void Button1_Click(object sender, EventArgs e) { string driPath = "~/WebApplication3/" + DateTime.Now.Year.ToString() + "/" + DateTime.Now.Month.ToString() + "/"; string phyPath = Server.MapPath(driPath); if (!Directory.Exists(phyPath)) {... 阅读全文
posted @ 2012-09-04 16:03
yxyht
阅读(259)
评论(0)
推荐(0)

浙公网安备 33010602011771号