摘要: 1、 先来一段代码: 结论: a、构造器Function的构造器是它自身,因此:Function.constructor Function;构造器Object的构造器是它自身,因此:Object.constructor Function;ps:所有构造器的constructor都指向Function 阅读全文
posted @ 2017-05-19 11:34 我爱小明 阅读(464) 评论(0) 推荐(0) 编辑