URL的queryString有特定的字符集。对value最好进行encodeURIComponent处理。
encodeURIComponent
const url = `/user/addressbook/getTextSearch?countries=${encodeURIComponent(xxx)}&value=${encodeURIComponent(xxx)}&container=${encodeURIComponent(xxx)}`
2.1m questions
2.1m answers
60 comments
57.0k users