Delphi 3,用TPageProducer作的CGI,为什么不能返回前端的IP?(50分)

  • 主题发起人 吕雪松
  • 开始时间

吕雪松

Unregistered / Unconfirmed
GUEST, unregistred user!
You may have a WebModule Instance or any WebDispatcher Object Instance that
derived from TCustomWebDispatcher. See TCustomWebDispatcher.Request property.
It is an instance of TWebRequest class.

Okay. We arrived the endpoint. TWebRequest.RemoteAddr and TWebRequest.RemoteHost
are what you want.

 
我是这么做的,但是前端返回的IP为空字符串。
 
我没试过CGI,但用过API的DLL,HOLLY解释的没错!
 
用ASP做,一点问题都没有。
 
顶部