function _search(string,value) { // 补全代码 let firstStr = string.split("")[0]; return string.includes(firstStr) }