Button1Name = 改成替换&R Button2Name = 改成重命名&E Button3Name = 还是取消&C MsgBoxTitle = 简单方便地改变按钮上的文字 MsgBoxText =看到了吗,按钮文字变了。`r`n小古需要这个功能好久了! SetTimer , ChangeButtonNames , 50 MsgBox , 51 , %MsgBoxTitle% , %MsgBoxText% ifmsgbox,yes msgbox %Button1Name% return ChangeButtonNames: IfWinNotExist , %MsgBoxTitle% Return ; Keep waiting. SetTimer , ChangeButtonNames , off WinActivate ControlSetText , Button1 , %Button1Name% ControlSetText , Button2 , %Button2Name% ControlSetText , Button3 , %Button3Name% Return