原文:http://user.qzone.qq.com/869227694/blog/1207102688
远程保存图片,主要用于在编辑器中,将网络图片,自动保存到本地,上传文件就不用说了,自己看看注释.
类:WebRequestHelper.cs 先从内容中匹配标签,然后再将指定的URL替换,替换并处理完毕后,将HTML返回,注意不支持本地图片.
1using System;
2using System.Collections.Generic;
3using System.Text.RegularExpressions;
4using System...
[More]