如何防止spring Model对url进行转码

2025-06-21 15:50:09
推荐回答(1个)
回答1:

get方式会转码,
你直接用java.net.URLDecoder.decoder(redirectUrl, "UTF-8")在转码就行了