where_keywords — 获得键字查询语句
string where_keywords (string $field, string $keywords)
where_keywords() 根据传入的 字段名 field 和 关键字 keywords 生成 filed like '%keywords%' 这样格式的字符串用于where查询,返回生成的字符串。