我正在尝试使用 HtmlAgility 包获取 img 标签的值,例如...
HtmlAgilityPack.HtmlAttribute width = link.Attributes["width"];
HtmlAgilityPack.HtmlAttribute height = link.Attributes["height"];
但这会返回 50px。但是,我只需要 50 即可转换为数字。请任何帮助。
我正在尝试使用 HtmlAgility 包获取 img 标签的值,例如...
HtmlAgilityPack.HtmlAttribute width = link.Attributes["width"];
HtmlAgilityPack.HtmlAttribute height = link.Attributes["height"];
但这会返回 50px。但是,我只需要 50 即可转换为数字。请任何帮助。