How to Fetch data from same collection using 2 query string in ReactJS, NodeJS and MongoDB?

后端 未结 0 891
甜味超标
甜味超标 2020-11-29 14:25

I currently have two constant with different query:

const params = `?user=${userId}&page=${page}&limit=${limit}&sort=${sortby}`;
const params2 = `         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题