摘要: 判断HttpContext是否为空: string configPath = "img/defaultPhoto.png"; if (HttpContext.Current != null) { ... 阅读全文
posted @ 2014-04-28 11:30 kanek 阅读(613) 评论(0) 推荐(0)