How does golang deal with encode url?

such as the question, I tried a lot of methods, but it didn"t work

Jun.18,2021

as follows:



import(
    "fmt"
    "net/url"
)

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

http://tool.chinaz.com/Tools/.
try to decrypt it here

if you can use the above brother's method to do it, if not, prove that there is a problem with encode

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bfb3-e828.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bfb3-e828.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?