... if (nodes != null) { foreach (var node in nodes) { string Description = node.InnerHtml; return Description; } } return null;.
確定! 回上一頁