搜索
console.log("body html") fetch('/apis/content/posts?size=10&page=0') .then(res => res.json()) .then(data => { // data.content 里就是文章元数据列表 console.log("body html") console.log(data.content); });