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.
我对网络套接字连接的概念很陌生,这对我很有帮助。我在本地机器上运行 XAMPP。如何通过套接字连接到这台机器上的 APACHE 服务器?我没有得到任何线索。有没有设置它的教程?另外我如何控制向服务器端建立套接字连接时会发生什么?
听起来您想连接到 localhost 上的 Web 服务器并从中获取文档。最简单的方法是不用担心直接与套接字交互,而是使用预打包的 Web 客户端库,例如LWP或LWP::Simple。