PHP » GoLang |
login |
register |
about
|
urlencodeurlencode[code]
func UrlEncode(str string) string {
return url.QueryEscape(str)
}
[/code]
|