Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

?Everything Autohotkey快速修改筛选路径 4064

作者为 发表

Autohotkey

EVfilterPath(path){
	pattern = (.*)path:("|)[^"]*("|)\s(.*)
	ControlGetText, search_string, Edit1, ahk_class EVERYTHING
	if RegExMatch(search_string,pattern,m)
		ControlSetText, Edit1, % m1 "path:""" path """ " m4, ahk_class EVERYTHING
	else
		ControlSetText, Edit1, % "path:""" path """ " search_string, ahk_class EVERYTHING
}



来了就留个评论吧! 2个评论



岭南飘雪 2016年4月4日 的 08:08

我是一个autohotkey的初学者,能在您这里看到这么多的实际例子,非常高兴!希望今后不断的向您学习,谢谢您!


友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 4.342 seconds |