Extract typed data from request path segments. ... async fn index(path: web::Path<(String, u32)>) -> String { let (name, count) = path.into_inner(); format!
確定! 回上一頁