本帖最后由 pcl_test 于 2016-6-2 21:32 编辑
举个栗子- //&cls&cscript -nologo -e:jscript "%~f0"<"文本.txt"&pause&exit
- WSH.Echo(WSH.StdIn.ReadAll().replace(/((.*\r\n){8})([\s\S]+)/, function(a, b, c, d){
- var t = d.replace(/([^\r\n])\r\n/g, '$1').replace(/\r\n/g, '$&\r\n\r\n').replace(/[ \t]*(.+)/g, '\t$1');
- return b + t;
- }));
复制代码
|