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

 

AHK 实现 decodeURI 功能

上一篇:如何使用redis生成唯一编号及原理


下一篇:Cuda 程序内存检查