1 回复
gguo
gguo1 楼4 个月前

url中有中文,建议做encodeURIComponent编码处理

const newUrl = encodeURIComponent(url);