您可以使用简单的Powershell脚本来更改编码:
foreach ($file in Get-ChildItem *.csv) { Get-Content $file.name | Set-Content -Encoding utf8 "UTF8_$($file.name)"}
您可以使用简单的Powershell脚本来更改编码:
foreach ($file in Get-ChildItem *.csv) { Get-Content $file.name | Set-Content -Encoding utf8 "UTF8_$($file.name)"}