示例#1
0
 public static IEnumerable <HtmlElement> Els(this HtmlContainer e, string selector) => e.QueryElements(selector);
示例#2
0
 public static HtmlElement El(this HtmlContainer e, string selector) => e.QueryElements(selector).FirstOrDefault();