Zorro

Results 6 comments of Zorro

## **cookie.js** github:https://github.com/florian/cookie.js star:918 Install:官网或github自行下载 功能介绍:  如果你操作过cookie的接口,那么你一定会感觉这东西的规范真的是太复杂了,根本记不住啊,其实你是对的,因为cookie的接口设计的是有问题的,也就是说设计的太底层了,根本不友好,那么来试试这个js库吧。 ## **store.js** github:https://github.com/marcuswestin/store.js star:9k Install:官网或github自行下载 功能介绍:  再来说说浏览器的localStore吧,这东西太赞了,可惜尼玛每个浏览器都实现的各不相同,我也是醉了,如果你也有同样的烦恼,不如来试试这个迷你库,它有更简单的api,最重要的是他解决了跨浏览器问题,甚至解决了低版本浏览器(ie6)不支持localStore的问题。 ## **favico.js** github:https://github.com/ejci/favico.js star:7k Install:官网或github自行下载 官网:http://lab.ejci.net/favico.js/ 功能介绍:  在favico上添加数字,是不是很nice,点击下面的官网查看效果,这肯定要逼死强迫症了。 ## **Move.js** github:https://github.com/visionmedia/move.js star:4k Install:官网或github自行下载 官网:http://visionmedia.github.io/move.js/ 功能介绍:  如果你操作过css3的属性,一定会觉得非常痛苦的,那不如来试试这个,css3动画瞬间变得简单了。...

``` js function add() { let args = [].slice.call(arguments); let fn = function(){ let fn_args = [].slice.call(arguments) return add.apply(null,args.concat(fn_args)) } fn.toString = function(){ return args.reduce((a,b)=>a+b) } return fn } ```

the same problem for me. I'm also encountering the same problem. Sometimes the same problem is relatively fast, and sometimes it's very slow. May I ask if it has anything...

I am not using a Tag KB to label some chunks. ![Image](https://github.com/user-attachments/assets/4ad2a58f-f8ef-4c31-b712-3453958d0acf) ![Image](https://github.com/user-attachments/assets/a9e2ed15-eefe-472d-b956-a1712f4ca4c8)