且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在自动快捷键中将字符串转换为数字?

更新时间:2023-02-19 12:36:10

AutoHotkey会根据需要自动转换数字和字符串.

AutoHotkey automatically converts numbers and strings as needed.

FormatTime, CurrentMinute,, m
NextMinute := CurrentMinute + 1