Exemple #1
0
 /// <summary>
 /// 删除网页爬虫config的单点信息
 /// </summary>
 /// <param name="path">config路径</param>
 /// <param name="webcount">节点编号</param>
 /// <returns></returns>
 public int DeleteWebNode(string path, int webcount)
 {
     return(xmlop.DeleteWebNode(path, webcount));
 }