prototpe

深入理解javascript原型和闭包

原文链接http://www.cnblogs.com/wangfupeng1988/p/3977924.html对象是属性的集合。function show(x) { console.log(typeof(x)); // undefined console.log(typeof(10)); // numb