摘要:
public void downLoad(string path) { try { string filePath = path; int temp = filePath.LastIndexOf("/") + 1; string fileName = filePath.Substring(temp... 阅读全文
posted @ 2007-04-26 11:05 且行且思 阅读(308) 评论(0) 推荐(0)
|
|||
|
摘要:
public void downLoad(string path) { try { string filePath = path; int temp = filePath.LastIndexOf("/") + 1; string fileName = filePath.Substring(temp... 阅读全文
posted @ 2007-04-26 11:05 且行且思 阅读(308) 评论(0) 推荐(0) |
|||