<div class="col-sm-4"> <input type="text" class="form-control pull-left" name="username" autocomplete="off" id="search-input" required placeholder="请输入联络员"/> <ul class="autocomplete-results list-group"></ul> 随便输入的时候,下面有提示,点击可直接添加到输入框中,且可以添加几个。springboot+mybatisplus+bootstrap完整案例 </div>
时间: 2023-07-03 11:10:35 浏览: 198
这段代码看起来像是一个包含输入框和自动完成功能的搜索框,使用了Bootstrap作为前端框架,Spring Boot和MyBatis Plus作为后端框架。用户可以在输入框中输入联络员的名字,下方会自动出现匹配的结果,并可以选择点击结果添加到输入框中。这段代码可能是一个完整的案例,可以实现基于输入框的搜索功能。
阅读全文
相关推荐






