带goquery的Doctype

时间:2017-12-05 21:09:03

标签: go goquery

是否有可能使用goquery检索文档doctype?

我尝试了几件事,但任何工作都有效。我想这是可能的,因为NodeName func具有“html.DoctypeNode”的情况。

该代码未找到doctype:

doc.Find("~").Each(func(_ int, item *goquery.Selection) {
    fmt.Println(goquery.NodeName(item))
})

1 个答案:

答案 0 :(得分:0)

retrieve the doctype使用jQuery本身(在网络浏览器中)或后端goquery似乎没有可靠的方法。