在通过 Http Post 方法 (idhttp) 发布表单后,我从 asp.net 站点收到此消息“对象引用未设置为对象的实例”,但如果我通过浏览器提交,我不会遇到此消息。为什么?我比较参数,没有区别。
我得到响应文本:
<html><center>Object reference not set to an instance of an object</center></html>
代替:
<html><center>Congratulations!</center></html>