lonron 当前离线
二级士官
powershell "& {$qrcode=iwr 'https://api.7585.net.cn/qrcode/api.php?size=256&text=1';$qrcode.rawcontentlength;$qrcode.content | sc 'C:\Users\Lonron\Desktop\test.bmp' -encoding byte}"复制代码
评分人数
wanghan519 当前离线
TOP
WHY 当前离线
上校
@echo off set "Len=380" powershell "$qrcode=iwr 'https://api.7585.net.cn/qrcode/api.php?size=256&text=1';if ($qrcode.rawcontentlength -lt %Len%){sc temp.bmp -Value $qrcode.content -Enc byte}" pause复制代码