Files
gf/geg/other/test.go
2018-10-16 18:12:50 +08:00

13 lines
210 B
Go

package main
import (
"fmt"
"gitee.com/johng/gf/g/encoding/gurl"
"gitee.com/johng/gf/g/encoding/ghtml"
)
func main() {
fmt.Println(gurl.Decode("<"))
fmt.Println(ghtml.SpecialChars("<"))
}