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 {
 
}
})
相關文章
相關標籤/搜索