2021年3月17日

Jquery中click事件重复执行的问题

摘要: 平常没注意事件绑定问题,在此注意一下: function testClick(obj){ $("select").off().on("click", function(){ console.log("bb"); }); console.log("aa"); } 注:如果不取消上次事件绑定,bb 日志 阅读全文

posted @ 2021-03-17 19:34 流星飞雨 阅读(139) 评论(0) 推荐(0) 编辑

jwt-auth Could not create token

摘要: tymon/jwt-auth": "1.0.1" 依赖 lcobucci/jwt 版本过高 出错: Could not create token: Using integers for registered date claims is deprecated, please use DateTime 阅读全文

posted @ 2021-03-17 10:50 流星飞雨 阅读(200) 评论(0) 推荐(0) 编辑

导航