https://github.com/Lexikos/ActiveScript.ahk
#Include src/ActiveScript.ahk
Uri := "https://www.zhihu.com/search?q=%E6%97%85%E6%B8%B8%E8%83%9C%E5%9C%B0&type=content" jscontent := "decodeURI(""" . Uri . """)" script := new ActiveScript("JScript") Result := script.Eval(jscontent) // https://www.zhihu.com/search?q=旅游胜地&type=content MsgBox, % Result