gao109214  
慎独 主敬 求仁 习劳
  //根据url获取文件的AscII码
                    byte[] result;
                    using (WebClient wc = new WebClient())
                    {
                        result = wc.DownloadData(wOFilesModel.WOFilePath);
                        fileStream = Convert.ToBase64String(result);
                    }

 

posted on 2019-06-04 19:12  憋玩意  阅读(268)  评论(0编辑  收藏  举报