# 联大9月WEB项目实训 **Repository Path**: greenphp/train09 ## Basic Information - **Project Name**: 联大9月WEB项目实训 - **Description**: 9月WEB项目实训课上案例源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-31 - **Last Updated**: 2023-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 练习:编写查询业主信息接口(get /houseHold),传递业主的缴费编号,查询出编号对应的业主的姓名和地址。 防抖:多次请求,合并成一次 ## 定时器 ### 一次性定时器 ``` setTimeout(函数, 间隔时间) ``` 练习:编写用户缴费接口(post /add),将数据插入到数据表zh_fee中,最后响应{code: 200,msg:'缴费成功'} ![image-20230918171607102](assets/image-20230918171607102.png) 格式:将代码和运行结果以pdf格式提交。