将成成的token(是bytes类型)切割成三段: head, payload, signature # 将token (bytes 类型)转换为原来的类型 token_decode = jwt.decode(token, ...
確定! 回上一頁