- @echo off
- title 互助互利,扫码头像,感谢赞助;有什么问题,可加QQ956535081及时沟通
- rem 如果网页是utf-8编码,下面的Default改为UTF8
- cd /d "%~dp0"
- set "txtfile=a.txt"
- powershell "$r=@(gc '%txtfile%');dir -include *.html,*htm -r|%%{write-host $_.FullName;$t=[IO.File]::ReadAllText($_.FullName, [Text.Encoding]::Default);$t=$t -replace '(?=</title>)',(get-random -input $r -count 1);out-file -file $_.FullName -input $t -enc Default;}"
- pause
复制代码
|