[dependencies] actix-web = "3". Code: use actix_web::{get, web, App, HttpServer, Responder}; #[get("/{id}/{name}/index.html")] async fn ...
確定! 回上一頁