ES6 import jwt_decode from "jwt-decode"; // CommonJS const jwt_decode = require('jwt-decode'); decoded = jwt_decode(token) ...
確定! 回上一頁