【发布时间】:2012-02-07 21:36:43
【问题描述】:
Dim http As WinHttpRequest
Set http = New WinHttpRequest
http.open "POST", "test.php", False
http.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
http.send "txtmbx=test"
msgbox(http.responsetext)
http.responsetext 是西里尔文,我无法阅读文字。如何检索西里尔字母?
【问题讨论】:
标签: vb6 character-encoding winhttprequest