%%% 使用系统命令system(findstr /S /M min *.m);system(findstr /S /M max *.m);system(findstr /S /M std *.m);system(findstr /S /M mean *.m);% 一次性查找多个system(findstr /S /M min\|max\|std\|mean *.m);