url解码 by:授客 QQ:1033553122 脚本结构如下: Action.c中的代码如下: int htoi(char *s) { int value = 0; int c = 0; c = ((unsigned char *)s)[0]; if (isupper(c)) { c = tolower(c); } value = (c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10) * 16; c = ((unsigned cha
HTML-DEV-ToolLink:https://github.com/easonjim/HTML-DEV-ToolLink 常用的在线字符串编解码.代码压缩.美化.JSON格式化.正则表达式.时间转换工具.二维码生成与解码等工具,支持在线搜索和Chrome插件. HTML Development Tool Link:在线工具,支持搜索 Link:https://easonjim.github.io/HTML-DEV-ToolLink/index.html Chrome Plugin:Chro