handleClient (); // Listen for HTTP requests from clients } void handleRoot() { server.send(200, "text/plain", "Hello world!"); // Send HTTP status 200 (Ok) ...
確定! 回上一頁