11 2021 档案
摘要:JWT是json web token缩写。它将用户信息加密到token里,服务器不保存任何用户信息。服务器通过使用保存的密钥验证token的正确性,只要正确即通过验证。 JWT 和sessions 不同 session是存储在服务器的,每次只给客户端返回sessionid,客户端每次请求时带上ses
阅读全文
摘要:<scroll-view class="nav-right" scroll-into-view="{{toView}}" scroll-y="true" scroll-with-animation="true"> 这个是可以滚动的容器 <view id="goid">要跳转的子元素</view> <
阅读全文

浙公网安备 33010602011771号