Given these two strings:
var first = 'dog,cat,lion';
var second = 'cat';
How would I do it to know if the second var is any of the words (the ones that are separated by commas) in the first vars?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…