#Persistent
SetTimer, testmt, 10
testmt:
a :=StrLen(clipboard)
sleep,100
b :=StrLen(clipboard)
;没个一百毫秒,剪贴板送到a和b变量空间,
if(a=b)
{
a :=clipboard
b :=clipboard
a := SubStr(content, 1, 20)
b := SubStr(content, 1, 20)
if(a=b)
{
}
else{
FileAppend,%clipboard%`n</p>,X:UsersenusDesktopNew.html
}
}
else
{
FileAppend,%clipboard%`n</p>,X:UsersenusDesktopNew.html
}
return
为啥不用clipwait
学习了 谢谢