
JS
Figo333
领先一步,领先一路
展开
-
js中(function(){})()的写法用处
以前看到老师写js的单例模式时疑惑为什么要这么写var singleton = (function () { var privateVariable; function privateFunction(x) { ...privateVariable... } return { firstMethod: function (a, b) ...转载 2018-05-11 08:28:20 · 16589 阅读 · 1 评论 -
Javascript模块化编程
http://www.ruanyifeng.com/blog/2012/10/javascript_module.html原创 2018-05-12 14:28:53 · 155 阅读 · 0 评论 -
前端Js框架汇总
https://www.cnblogs.com/mbailing/p/5627792.html原创 2018-05-14 15:52:23 · 240 阅读 · 0 评论 -
HTTP 错误 404.3 - Not Found 由于扩展配置问题而无法提供您请求的页面。
https://www.cnblogs.com/lxhbky/p/6298148.html转载 2018-05-21 23:23:46 · 638 阅读 · 0 评论 -
node.js入门
https://www.cnblogs.com/zyrblog/p/7545868.html转载 2019-01-17 14:36:04 · 349 阅读 · 0 评论