IParseApi.GetStlElements method

获取html中的指定STL标签。

  1. public Dictionary<string, string> GetStlElements(string html, List<string> stlElementNames)
parameter description
html Html代码。
stlElementNames 需要获取的STL标签名称列表。

Return Value

返回STL标签名称与STL标签组成的数据字典。

See Also