let tiaojian = this.$route.params.id
fetch("searchread/"+tiaojian, null,"get",(data)=>{
for(var i in data){
this.reads.push(data[i])
}
})
this is an encapsulated get request. I want to pass two or more parameters.
my question is too unclear. Excuse me, everyone, but we use the node express framework to build the background, app.get ("/".) Such