imhere 当前离线
列兵
评分人数
TOP
pcl_test 当前离线
荣誉版主
WHY 当前离线
上校
sed -r "s/\x00//g" product.txt > a.txt复制代码
PowerShell -c "(type product.txt) -replace '\x00'| Out-File a.txt -Encoding ascii"复制代码