예제 #1
0
func t_tag_class(class string, pg *page.Page) []*html.Node {
	if pg != nil {
		return pg.TagClassAll(class)
	}
	return nil
}