Example. use actix_web::{get, App, HttpServer, Responder}; #[get("/{id}/{name}/index.html")] async fn index(info: web::Path<(u32, String)>) -> impl ...
確定! 回上一頁