extern crate actix_web; use actix_web::{server, App, HttpRequest}; fn index(_req: &HttpRequest) -> &'static str { "Hello world!" }
確定! 回上一頁