如下: import( "fmt" "net/url" ) funct main(){ str1, _ := url.QueryUnescape("%E4%BD%A0%E5%A5%BD") fmt.Println(str1) }
如下: