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.
Telnetを使用して Web ページのコンテンツを取得する方法は?
たとえば、 の内容https://stackoverflow.com/questions。
https://stackoverflow.com/questions
telnet サーバー名 80
GET /index.html↵ ↵
↵ は「戻る」を意味し、Return を 2 回押す必要があります