这就是接口,http://192.168.0.232:5123/Logonserver.aspx?accountLogon="+logonString,
其中logonString是我要传的参数,选择请问c++要怎么调用这个http接口,各位大神看看
http://m.blog.csdn.net/blog/cwqcwk1/16336713
你的只要用get就可以。
http://blog.csdn.net/eldn__/article/details/38425037
请问,参数为汉字的时候为什么会报400错误
不如,http://192.168.0.232:5123/Logonserver.aspx?accountLogon=张三"
就会报java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:8080/axis2/services/SimpleService/name?args0=测试这个错误
InternetReadFile返回的字符串是:<字符串中的字符无效。>,这是什么错误呢?