摘要:
index.html detail.html 最终效果图 阅读全文
摘要:
server.js文件如下 阅读全文
摘要:
API接口文档: 1、获取每一页的数据 URL:"/getList" GET 参数: ?n=1 告诉服务器端我需要获取的是第一页的数据 返回: '{ "code":0, "msg":"", "total":10, "data":[ { "num":1, "name":"xxx", "sex":0, 阅读全文