var str='今天星期五'; console.log(str.indexOf('星期五') !=-1) //true console.log(str.search('星期五') !=-1) //true