摘要:
需要加密/解密。目前有两种方案:1.URL Encodeclient:1)Encode:escape(utf16to8(strValue));2)Decode:utf8to16(unescape(strValue));Server:1)Encode:Server.UrlEncode(strValue);2)Decode:Server.UrlDecode(strValue);2.BASE64clie... 阅读全文
posted @ 2007-02-15 15:12
浙林龙哥
阅读(403)
评论(0)
推荐(0)
浙公网安备 33010602011771号