文章目录 1.自我编写小功能 1.自我编写小功能 @echo off set /p recoverPath=请输入路径名: for /R %recoverPath% %%s in (.) do ( attrib -s -a -h -r "%%s" ) pause