摘要: 实现百度模糊下拉框查询 需求: 根据用户输入的值实时查询数据显示在下拉框中 点击下拉框将值写入input并可以拿到对应项的数据 代码实现 class FuzzyQuery { constructor(id) { this.item = null; // 点击的某一项 this.app = docum 阅读全文
posted @ 2021-02-26 10:39 懒惰ing 阅读(216) 评论(0) 推荐(0)