摘要:
原文: https://www.cnblogs.com/chenguangliang/p/5856701.html js模块化编程之彻底弄懂CommonJS和AMD/CMD! 先回答我:为什么模块很重要? 答:因为有了模块,我们就可以更方便地使用别人的代码,想要什么功能,就加载什么模块。但是,这样做 阅读全文
posted @ 2018-06-07 22:28
立志做一个好的程序员
阅读(650)
评论(0)
推荐(0)
摘要:
原文: https://blog.csdn.net/Pwiling/article/details/51958693 每一个node.js执行文件,都自动创建一个module对象,同时,module对象会创建一个叫exports的属性,初始化的值是 {} 1 exports和module.expor 阅读全文
posted @ 2018-06-07 17:49
立志做一个好的程序员
阅读(290)
评论(0)
推荐(0)
摘要:
https://medium.freecodecamp.org/javascript-modules-a-beginner-s-guide-783f7d7a5fcc 这个网站也是非常好: https://medium.freecodecamp.org/ If you’re a newcomer to 阅读全文
posted @ 2018-06-07 15:44
立志做一个好的程序员
阅读(723)
评论(0)
推荐(0)
摘要:
Where is jQuery.data() stored? Where does jQuery store the values of the data() that it sets to DOM objects? Is there some kind of variable like jQuer 阅读全文
posted @ 2018-06-07 15:08
立志做一个好的程序员
阅读(993)
评论(0)
推荐(1)
摘要:
学习资源: https://www.youtube.com/watch?v=JBtWxj9l7zM&list=PLoYCgNOIyGAAzevEST2qm2Xbe3aeLFvLc&t=0s&index=3 阅读全文
posted @ 2018-06-07 00:10
立志做一个好的程序员
阅读(378)
评论(0)
推荐(0)