示例#1
0
func t_tag(name string, pg *page.Page) []*html.Node {
	if pg != nil {
		return pg.TagNameAll(name)
	}
	return nil
}