- #@&cls&powershell "type '%~0'|out-string|iex"&pause&exit
- $global:a='https://189.ly93.cc/api.php?c=list&shareCode=VVFnmuRviQRj&accessCode=?'
- $global:b='https://189.ly93.cc/VVFnmuRviQRj/{0}?accessCode=?'
- function test($id){
- irm ($global:a+'&fileId='+$id)|%{
- $_.data|%{
- if($_.isFolder){$_.fileId;test($_.fileId)}
- }
- }
- }
- test|sc test.txt
复制代码
|