;测试字符 test1
test1:=clipboard
test2:=StrSplit(test1)
字数= % test2.maxindex()
loop, % 字数
{
test3.=test2[a_index] . ” ” ;插入几个空格就這地方输入几个空格
}
clipboard = % test3
return
;测试字符 test1
test1:=clipboard
test2:=StrSplit(test1)
字数= % test2.maxindex()
loop, % 字数
{
test3.=test2[a_index] . ” ” ;插入几个空格就這地方输入几个空格
}
clipboard = % test3
return
之前