摘要:
private static void downfile(string filepath) { int count = 0; HttpWebRequest request; HttpWebResponse response; string name = filepath.Substring(filepath.IndexOf("interface/")+10); string filename = Application.StartupPath + "\\" + name; if (File.Exists(filename)) { File.Delete(filename); } request 阅读全文
posted @ 2011-01-11 16:29
笨笨在成长
阅读(1409)
评论(0)
推荐(0)
2011年1月11日