找回密码
 加入
搜索
查看: 2773|回复: 2

[IE类操作] 求URL编码转GBK的函数或者UDP

[复制链接]
发表于 2011-3-2 18:34:55 | 显示全部楼层 |阅读模式
例如把"%CE%D2%C3%C7"转化为"我们"
在论坛搜索都是只有GBK转URL的,没有URL转GBK的,求大家指点。
发表于 2011-3-2 18:43:54 | 显示全部楼层
$a = "%CE%D2%C3%C7"
$temp=StringRegExp($a,"\%[0-9a-fA-F]{2}",3)
local $str
for $i=0 to UBound($temp)-1 step 2
        $bin='0x'&StringReplace($temp[$i],"%",'')&StringReplace($temp[$i+1],"%",'')
        $str&=BinaryToString($bin)        
Next
msgbox(0,0,$str)
 楼主| 发表于 2011-3-2 18:54:26 | 显示全部楼层
回复 2# 3mile


    谢谢,测试可以了。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-6-8 23:43 , Processed in 0.080784 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表