微信小程式搜尋關鍵字變紅

2021-09-25 21:25:27 字數 732 閱讀 9730

index.js

page(,,,

,,,,

], // 內容原始陣列

listdatacopy: , // 用來搜尋的複製陣列

// 為什麼要用兩個陣列就是,原始陣列是不能改變的,我們每次輸入關鍵字都要拿原始陣列來處理,然後拆分成需要的資料去展示

},

onready: function (e) ,

onload: function (e) ,

// 輸入框正在輸入

bindinput: function (e) )

that.searchtap();

},// 搜尋關鍵字

searchtap: function () )

var data = that.data.listdata;

var newdata = that.data.listdatacopy;

for (var i = 0; i < data.length; i++)

that.setdata()

},// 去除首尾的空格

trim: function (s)

})

index.wxss

.view-search

.view-search-input

.searchhigh

.onetext

.currenttext

index.wxml}

}

關鍵字搜尋

關鍵字搜尋 function sercah waitmsg 已找到對應的 g keys count 處關鍵字!1 相同關鍵字查詢時返回 reading children reading box m p css span keys removeattr style removeattr id g ke...

ntext搜尋關鍵字

選擇自 zjcxc 的 blog ntext搜尋 按 tb 表中的 keyword 在 ta 中查詢 content 列出每個 keyword 在 content 中的具體位置 鄒建 2004.07 測試資料 create table ta id int identity 1,1 content n...

ntext搜尋關鍵字

ntext搜尋 按 tb 表中的 keyword 在 ta 中查詢 content 列出每個 keyword 在 content 中的具體位置 鄒建 2004.07 引用請保留此資訊 測試資料 create table ta id int identity 1,1 content ntext ins...