前端获取后台数据的方法:ajax、axios、fetch
摘要:1、jQuery中的ajaxget方法:$.ajax({ url:"v4/api/film/now-playing?t=1539401039415&page=1&count=5", type:"GET", success:(result)=>{ return result } })post方法:$.ajax({ ...
阅读全文
posted @ 2020-06-20 15:30