Fighting
Fighting
那么问题来了,服务端怎么单方面作废一个用户的登陆状态?
@lin-xin 如果需在在jwt中加额外的字段来标明是否失效,那么意味着服务端也需要存储这个字段,这与jwt的设计初衷是违背的。 把这个token作废也需要服务端单独存在这个token,下次再通过这个token访问才知道到底作废没,还是违背了jwt的设计初衷
@lin-xin jwt对这个貌似是无解的。 所以,如果业务有这样的需求,那就没办法使用jwt了
@maxiangsai `1.length`会出错是语法层面的,解释器会默认把这个`.`号认成为小数点,所以`1.length`你可以理解为`(1.)length`,当然语法错误啦。而你写成`1..length`或`(1).length`就不会出错了。[这里也有解释](https://github.com/haizlin/fe-interview/issues/130) 无论是`1`还是`Number(1)` 本质就是一个东西,其结果都是[字面量](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Grammar_and_types#%E5%AD%97%E9%9D%A2%E9%87%8F_(Literals)),在你尝试将字面量当成对象并调用其方法时会自动装箱并以这样的形式调用:`new Number(1).length`
I have configured AZURE_ENDPOINT, AZURE_MODEL_LIST, AZURE_API_VERSION, and AZURE_API_KEY, but I still get the some error: 
> I have configured AZURE_ENDPOINT, AZURE_MODEL_LIST, AZURE_API_VERSION, and AZURE_API_KEY, but I still get the some error:  re-select the model at frontend page solved the problem: 
I hope to merge this MR as soon as possible. 💯
hhhha,在这里看到你,野仁。 你问的这个问题,我原来在看 polyfill rIC 实现时也疑惑过,答案在这里 https://web.dev/rail/#response:-process-events-in-under-50ms