find . -type f | xargs grep '要查找的内容'
find . -type f -name "*.csv" -o -name "*.json" | xargs grep '15010*' -l