Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Angular 应用程序中使用 fuse.js。我在我的 angular.json 文件中添加了 fuse.js 脚本,并且我添加了一个搜索脚本,它可以迭代所有数组,直到我调用 fuse 函数。编写以下函数后,我在控制台中看到了空数组。
var fuse = new Fuse(list, options); var searchResult = fuse.search("searchValue"); console.log(searchResult)