---------------------------------------------------------------------------------------
gosub »ñÈ¡××Ö·û¸öÊı ;
;
gosub ¶ÁÈ¡Êı¾İ ;
;
;
;---------------------------------------------------------------------------------------
×:=""
---------------------------------------------------------------------------------------
»ñÈ¡××Ö·û¸öÊı: ;
Loop ;
{ ;
FileReadLine, L, a.txt, %A_Index% ;
;
if ErrorLevel ;
break ;
;
changdu :=StrLen(L) ;
if (changdu > ×) ;
;
× := changdu
ifMsgBox, No ;
return ;
} ;
;
return ;
;---------------------------------------------------------------------------------------
;
;
;
;
;
;
;---------------------------------------------------------------------------------------
;
¶ÁÈ¡Êı¾İ: ;
;
Loop ;
{ ;
FileReadLine, L, a.txt, %A_Index% ;
;
if ErrorLevel ;
break ;
changdu :=StrLen(L) ;
n := ×-changdu ;
if(changdu = 0) ;
L:=";0"
else
gosub Ìí¼Ó¿Õ¸ñ ;
;
;
;
ifMsgBox, No ;
return ;
} ;
;
return ;
;
;---------------------------------------------------------------------------------------
;
;
;
;
;
;
;---------------------------------------------------------------------------------------
;
Ìí¼Ó¿Õ¸ñ: ;
;
loop %n% ;
{ ;
;
L=%L%; ;
;
} ;
;L := StrReplace(L, ";", " ") ;Ìæ»»Îª»»¿Õ¸ñ ;
;L := StrReplace(L, ";", A_space) ;Ìæ»»Îª»»¿Õ¸ñ ;
;
L:=RegExReplace(L, ";", " ") ;ÕıÔòÒ²ÊÇÈ«²¿Ì滻Ϊ»»¿Õ¸ñ ;
;
L=%L%;`r`n ;
;MsgBox % L ;
FileAppend,%L% , b.txt ;
return
;---------------------------------------------------------------------------------------
暂无讨论,说说你的看法吧