字段内容格式:“a,b,c,d”
in()中只能查找字符串格式的常量 例sql:where word in(“a,b,c”)
find_in_set()可以使用变量 where find_in_set(word,wordlist)