摘要:
参考链接:http://www.111cn.net/wy/js-ajax/90977.htm AngularJS 注册服务AngularJS的后台控制可以在Controller里面实现. 可是如果所有的逻辑代码都写到Controller会显得该Controller过于臃肿. 不方便维护, Angul 阅读全文
摘要:
写完的文档为什么没有让同学看呢?没在一块。。。。。自作孽不可活 阅读全文
摘要:
参考链接: http://www.uedsc.com/through-the-click-point-in-the-development-of-web.html 刚才举例说明了什么是点透,其实点透的出现场景可以总结如下: 也就是说,事件的触发时间按由早到晚排列为:touchstart 早于 tou 阅读全文
摘要:
参考链接 http://bbs.csdn.net/topics/390775296/ function People(name){this.name=name;//对象方法this.Introduce=function(){alert("My name is "+this.name);}}//类方法 阅读全文
摘要:
参考链接: http://www.jianshu.com/p/eecb80ae1b18 http://blog.csdn.net/wolinxuebin/article/details/7615098 其中一种方法(这种方法只是把要居中的元素顶部,用清除浮动的方法顶住了浮动元素的底部,然后再设置po 阅读全文
摘要:
参考链接:http://blog.csdn.net/qq_26676207/article/details/53100912 http://www.ruanyifeng.com/blog/2014/03/undefined-vs-null.html http://www.tuicool.com/ar 阅读全文
摘要:
var arr = [];arr[0] = 'a';arr[1] = 'b';arr.foo = 'c';console.log(arr)console.log(arr.length); 阅读全文
摘要:
待补充 。。。。 参考链接: http://blog.csdn.net/formyqianduan/article/details/52118690 阅读全文
摘要:
this指向问题,谁调用它,它就指谁!!! 1、var foo = 1; function bar() { foo = 10; return; function foo() {} } bar(); alert(foo); A 1 B 10 C Function D undefined E Error 阅读全文
摘要:
24小时热水、24小时无线WiFi、24小时空调;有人陪你,不孤单,不寂寞,不瞎想,不停的传播正能量 阅读全文