ASP URL反编码函数代码

2019-04-01 17:39:41于丽

If Len(h) <> 4 Then Exit Function
If isNumeric(h) Then URLDecode_Hex = cInt(h)
End Function
%>