一、从JS获取用户信息 在使用JWT获取用户信息之前,先了解从前端代码中获取用户信息的方法: const user = JSON.parse(localStorage.getItem('user')); 上述代码通过从localSt...