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