摘要: /// /// Will return the string contents of a /// regular file or the contents of a /// response from a URL /// /// The filename or URL /// protected string file_get_contents(string fileName) { string sContents = string.Empty; ... 阅读全文
posted @ 2013-11-26 16:39 David Shu 阅读(870) 评论(0) 推荐(1) 编辑