1
a.indexOf('手术治疗')> 0
FIND("手术治疗", A) > 0
a.indexof('手术治疗')!=-1
if(a.includes("手术治疗")){
//a包含手术治疗
}