axios get的parameter /eg /url+?input=6^&input=8"

egapi

解决办法this

 

let multis=[123,144]url

let url = '/api/Product/off?'
multis.forEach(x => {
url += `input=${x}&`
})
this.put(url, {}).then(res => {
if (res.success) {
 
} else {
 
}
})
相关文章
相关标签/搜索