摘要: https://cdnjs.com/libraries 各种js的网上链接http://www.zouyesheng.com/angular.html angularjs学习http://www.runoob.com/ 前端各种教程http://www.php100.com/html/program... 阅读全文
posted @ 2015-12-01 17:25 web倩倩 阅读(122) 评论(0) 推荐(0) 编辑
摘要: instanceof运算代码 1 function instance_of(L, R) { 2 //L 表示左表达式,R 表示右表达式 3 var O = R.prototype; 4 // 取 R 的显示原型 5 L = L.__proto__; 6 // 取 L 的隐式原型 7 while... 阅读全文
posted @ 2015-12-01 10:55 web倩倩 阅读(307) 评论(0) 推荐(0) 编辑