HTMLEncode httpencode UTF8Encode

1.引用单元:  httpApp;

2. 对于 http Post的提交内容,应该是:   HttpEncode(Utf8Encode(StrValue));   不然与web方式的 Url_encode( utf8编码)的解析结果不一致.

3. 解码是:  utfyDecode(httpdecode(strvalue));

 

HtmlEncode

对于NVP  提交 xml 方式时。 对于里面的字符应该使用:    HTMLEncode(strValue))

posted @ 2014-07-30 10:06  不能失败  阅读(835)  评论(0编辑  收藏  举报