在上面的代码中, basicAuth(req) 将从 req.headers.authorization 中解析出用户输入的用户名和密码,该字段的格式为 Basic [base64.encode.string] , ...
確定! 回上一頁