PHP » GoLang |
login |
register |
about
|
http_build_queryhttp_build_query[code]
func HttpBuildQuery(queryData url.Values) string {
return queryData.Encode()
}
[/code]
|