terse 当前离线
中将
var fso = new ActiveXObject("Scripting.FileSystemObject"); while (!WSH.StdIn.AtEndOfStream) { var f= fso.OpenTextFile(WSH.StdIn.ReadLine()); var text = f.ReadAll().replace(/.{15}/gm,"$&\r\n") f.Close(); WSH.Echo(text); }复制代码
TOP
lianglidong 当前离线
列兵