#HotIf GetKeyState("LButton", "P") a::{ ; 没有获取到文字直接返回,否则若选中的是网址则打开,否则进行百度搜索 text := GetSelectedText() if (text) { if (text ~= "i)^(?:https?://)?([\w-]+\.)+[\w-]+(/[\w-./?%&=]*)?$") { if not InStr(text, 'http') { text := "http://" . text } Run text } else { Run "https://www.baidu.com/s?wd=" . text } } } #HotIf
; windows 版本 ; ; Windows 11 [10.1.xxxxx] ; Windows 10 [10.0.10240] (29.07.2015) ; Windows 8.1 [6.3.9200] ; Windows 8 [6.2.9200] ; Windows 7 service pack 1(SP1) [6.1.7601] ; Windows 7 [6.1.7600] ; Windows Vista service pack 2(SP2) [6.0.6002] ; Windows Vista [6.0.6000] ; Windows XP service pack 3(SP3) [5.1.2600]