1.引用单元: httpApp;
2. 对于 http Post的提交内容,应该是: HttpEncode(Utf8Encode(StrValue)); 不然与web方式的 Url_encode( utf8编码)的解析结果不一致.
3. 解码是: utfyDecode(httpdecode(strvalue));
HtmlEncode
对于NVP 提交 xml 方式时。 对于里面的字符应该使用: HTMLEncode(strValue))
HTMLEncode httpencode UTF8Encode
时间: 2024-10-26 08:41:56