AHK 实现 decodeURI 功能

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

 

posted @ 2021-08-10 10:05  贝尔塔猫  阅读(131)  评论(0编辑  收藏  举报