예제 #1
0
 // 下载所有相关图片到本地
 protected string processPic(string pageBody, string siteUrl)
 {
     return(PageLoader.ProcessPic(pageBody, siteUrl));
 }