示例#1
0
func init() {
	p2.RegisterTag("url", tagURLForParser)
}
示例#2
0
func init() {
	p2.RegisterTag("append", tagAppendParser)
}
示例#3
0
func init() {
	p2.RegisterTag("option", tagOptionParser)
}
示例#4
0
func init() {
	p2.RegisterTag("radio", tagRadioParser)
}