async fn hello(name: web::Path<String>) -> impl Responder { format!("Hello {}!", &name) } #[actix_web::main] async fn main() -> std::io::Result<()> {
確定! 回上一頁