By admin, 28 九月, 2023 VexFlow五线谱JavaScript渲染库 VexFlow is an open-source online music notation rendering API. 标签 JavaScript
By admin, 8 五月, 2021 WebSocket 一个适合聊天、下棋等场景的JS库: https://socket.io/ WebSocket协议:5分钟从入门到精通 标签 JavaScript
By admin, 8 五月, 2021 Polyfill 给不支持某些JS语法的浏览器打补丁。 https://polyfill.io/v3/ It's a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the requesting browser. 标签 JavaScript
By admin, 21 七月, 2020 ESLint no-var: https://eslint.org/docs/4.0.0/rules/no-var no-undef: https://eslint.org/docs/rules/no-undef no-console: https://eslint.org/docs/rules/no-console no-plusplus: https://eslint.org/docs/rules/no-plusplus valid-jsdoc: ht 标签 JavaScript
By admin, 22 六月, 2017 this 在 JavaScript function() {} 和 () => {} 里的区别 function() { this } 里面的this是一个新的指针,如果我们想访问父亲的指针,需要在调用前var self = this; 然后在函数里用self引用父亲。 () => { this }里面的this是父亲作用域的指针。 https://stackoverflow.com/questions/24900875/whats-the-meaning-of-an-arrow-formed-from-equals-greater-than-in-javas 标签 JavaScript
By admin, 28 十二月, 2016 JS捕捉后退事件 当URL修改过,例如添加了#anchor的业内跳转,JS就可以捕捉浏览器的后退事件,做一些处理,这在单页应用里很有用。也可以在页面加载时固定添加一个#hello的跳转,然后当用户要后退的时候,展示一些特别的信息,在手机浏览里也很有作用。 http://blog.teamextension.com/onhashchange-jquery-hashchange-pushstate-and-history-js-1012 标签 JavaScript
By admin, 22 十二月, 2016 JavaScript CDN 网站本身(在国内访问)不快,CDN应该也是国外的,里面有很多JavaScript库。 https://cdnjs.com/ 标签 JavaScript
最新评论