Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何登录网站的 .aspx 页面并检索响应?我想登录 www.laterooms.com/hoteliers。我找到了许多登录标准 POST 表单的示例,但不是这种表单。
是否也可以在 PHP 中维护一个 cookie 容器?
您可能想为此使用 cURL,它是一个允许您通过许多不同协议(http、https、ftp、telnet 等)进行通信的库。您可以使用该库进行登录并在 PHP 中保持会话。这是一个可能让您走上正轨的示例:使用 PHP cURL 登录到远程站点