以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- gb2312 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=189153) |
-- 作者:zhenghangbo -- 发布时间:2023/11/14 12:46:00 -- gb2312 Dim str As String="中文字符" Dim hc As New HttpClient("http://172.30.18.7/attemper?myFlag=prompt&msgContent=" & str ) 怎么把这个str用gb2312编码 |
-- 作者:有点蓝 -- 发布时间:2023/11/14 13:41:00 -- get参数不需要也没有办法编码为gb2312。如果要做url编码应该使用UrlEncode:http://www.foxtable.com/mobilehelp/topics/0241.htm |