react的函数式编程分页的时候还有查询条件,当翻页或者有查询条件的时候去调用接口,查询条件是个对象,如何实现,具体的代码
importReact,{useState,useEffect}from'react';importaxiosfrom'axios';constAPI_BASE_URL='https://api.example.com/data';constMyComponent=()=>{const[data,setData]=useState([]);const[currentPage,setCurrentP