csharp 5.Переделываемвсёпо-человечески

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 5.Переделываемвсёпо-человечески相关的知识,希望对你有一定的参考价值。

"Tab Tab1 = instance.ActiveTab;

//Отрабатываем новостные блоки первого типа
HtmlElementCollection colTime = Tab1.FindElementsByXPath(""//time[@class='g-time']"");
project.SendWarningToLog (""Новостных блоков первого типа: "" + colTime.Count);
foreach (HtmlElement elTime in colTime.Elements) {
 string strTime = elTime.GetAttribute(""InnerHtml"");
 string strTitle = elTime.FindChildByXPath("".//parent::a[1]"",0).GetAttribute(""InnerHtml"");
 strTitle = Regex.Replace(strTitle, @""<.*>"", String.Empty); //Убираем HTML-теги
 project.SendInfoToLog (strTime + "" - "" + strTitle.Replace(""&nbsp;"", "" ""));
}

//Отрабатываем новостные блоки второго типа
HtmlElementCollection colParent2 = Tab1.FindElementsByXPath(""//div[contains(@class, 'item news')][descendant::span[@class='time']]"");
project.SendWarningToLog (""Новостных блоков второго типа: "" + colParent2.Count);
foreach (HtmlElement elParent in colParent2.Elements) {
 string strTime = elParent.FindChildByXPath("".//span[@class='time']"",0).GetAttribute(""InnerHtml"");
 string strTitle = elParent.FindChildByXPath("".//h3/a"",0).GetAttribute(""InnerHtml"");
 project.SendInfoToLog (strTime + "" - "" + strTitle.Replace(""&nbsp;"", "" ""));
 
}"

以上是关于csharp 5.Переделываемвсёпо-человечески的主要内容,如果未能解决你的问题,请参考以下文章

csharp Примерысвкладками

scss Правильноразделяемзапятымиэлементысписков

csharp Всегонайдено37имён,записываемвсписок

sql Мысвязываемтаблицыпоопределенномуполю

html 搜索引擎优化标题。 ДелаемТВ-параметр[[* seoTitle]]。 Еслидлястраницыонзаполнен,тогдавыводимего,аеслинет,т

php Загрузкафайлов,проверяемвременныйпуть,еслинеок - делаемправильнымего