PHP » GoLang |
login |
register |
about
|
urldecodeurldecode[code]
func UrlDecode(str string) (string, error) {
return url.QueryUnescape(str)
}
[/code]
|