Beispiel #1
0
func t_tag_id(id string, pg *page.Page) []*html.Node {
	if pg != nil {
		return pg.TagIDAll(id)
	}
	return nil
}