摘要:
/** 关于构造函数的返回值; 原本以为无论设置返回的东西只返回this, 也就是这个构造对象; return []; 返回此数组 return {}; 返回此对象 return function; 返回此函数 return 1; 返回this; return 'a'; 返回this; return null; 返回this; return undefined; 返回this; return this.functionName; 返回此函数... 阅读全文
posted @ 2013-05-17 17:59
somesayss
阅读(1347)
评论(0)
推荐(0)
浙公网安备 33010602011771号