function filer(s) { var str = "字符串"; if (str.indexOf(s) == -1) { alert("没有"); } else { alert("有"); } }