Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 196 Bytes

index.md

File metadata and controls

15 lines (11 loc) · 196 Bytes

gurl

URL编码解析。

使用方式:

import "gitee.com/johng/gf/g/encoding/gurl"

方法列表:

func Decode(str string) (string, error)
func Encode(str string) string