nmhttp.post的问题(75分)

  • 主题发起人 主题发起人 theng
  • 开始时间 开始时间
T

theng

Unregistered / Unconfirmed
GUEST, unregistred user!
我在用nmhttp.post('http://localhost/test.asp','username=abc&passwd=abcpass')提交表单
时,test.asp不能得到提交的username和passwd,是怎么回事?(用网页提交正常)
 
若你用的是DELPHI5,应这样:
nmhttp.post('http://localhost/test.asp?username=abc&passwd=abcpass','')
 
多谢!我试试。
 
delphi5的的post提交有问题,get没问题,换其他http组件,
http://overbyte.alexid.fr/frame_index.html
到这里下载一个吧,我就是被困惑了好久才明白
 
后退
顶部