﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-heavensay-最新评论</title><link>http://www.blogjava.net/heavensay/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Sat, 13 Feb 2016 16:28:18 GMT</pubDate><lastBuildDate>Sat, 13 Feb 2016 16:28:18 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2016/01/05/405440.html#428941</link><dc:creator>co</dc:creator><author>co</author><pubDate>Tue, 05 Jan 2016 08:53:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2016/01/05/405440.html#428941</guid><description><![CDATA[@lei<br>确实<img src ="http://www.blogjava.net/heavensay/aggbug/428941.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">co</a> 2016-01-05 16:53 <a href="http://www.blogjava.net/heavensay/archive/2016/01/05/405440.html#428941#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍[未登录]</title><link>http://www.blogjava.net/heavensay/archive/2016/01/02/405440.html#428903</link><dc:creator>lei</dc:creator><author>lei</author><pubDate>Sat, 02 Jan 2016 09:43:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2016/01/02/405440.html#428903</guid><description><![CDATA[new Animal指向好像错了,貌似是直接指向Animal.prototype<img src ="http://www.blogjava.net/heavensay/aggbug/428903.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">lei</a> 2016-01-02 17:43 <a href="http://www.blogjava.net/heavensay/archive/2016/01/02/405440.html#428903#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2015/12/30/405440.html#428873</link><dc:creator>kingx</dc:creator><author>kingx</author><pubDate>Wed, 30 Dec 2015 07:30:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/12/30/405440.html#428873</guid><description><![CDATA[@dd<br>两个还是有区别的<img src ="http://www.blogjava.net/heavensay/aggbug/428873.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">kingx</a> 2015-12-30 15:30 <a href="http://www.blogjava.net/heavensay/archive/2015/12/30/405440.html#428873#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2015/11/19/405440.html#428275</link><dc:creator>秋天的早晨</dc:creator><author>秋天的早晨</author><pubDate>Thu, 19 Nov 2015 02:39:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/11/19/405440.html#428275</guid><description><![CDATA[博主好人<img src ="http://www.blogjava.net/heavensay/aggbug/428275.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">秋天的早晨</a> 2015-11-19 10:39 <a href="http://www.blogjava.net/heavensay/archive/2015/11/19/405440.html#428275#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: class卸载、热替换和Tomcat的热部署的分析</title><link>http://www.blogjava.net/heavensay/archive/2015/11/06/389685.html#428062</link><dc:creator>ahern88</dc:creator><author>ahern88</author><pubDate>Fri, 06 Nov 2015 03:37:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/11/06/389685.html#428062</guid><description><![CDATA[@忐忐忑忑<br><br>重载findClass 会遵循双亲委托机制~<img src ="http://www.blogjava.net/heavensay/aggbug/428062.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">ahern88</a> 2015-11-06 11:37 <a href="http://www.blogjava.net/heavensay/archive/2015/11/06/389685.html#428062#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2015/09/26/405440.html#427502</link><dc:creator>张汉卿</dc:creator><author>张汉卿</author><pubDate>Sat, 26 Sep 2015 02:11:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/09/26/405440.html#427502</guid><description><![CDATA[为啥object其实是一个函数对象。js里万物皆对象。。但object的原型属性为啥要指向function.prototype.不是object本身也有个prototype对象吗<img src ="http://www.blogjava.net/heavensay/aggbug/427502.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">张汉卿</a> 2015-09-26 10:11 <a href="http://www.blogjava.net/heavensay/archive/2015/09/26/405440.html#427502#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍[未登录]</title><link>http://www.blogjava.net/heavensay/archive/2015/08/06/405440.html#426645</link><dc:creator>wu</dc:creator><author>wu</author><pubDate>Thu, 06 Aug 2015 15:32:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/08/06/405440.html#426645</guid><description><![CDATA[Function.prototype没有prototype属性，作为函数对象有什么用？为什么不直接令他为普通对象<img src ="http://www.blogjava.net/heavensay/aggbug/426645.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">wu</a> 2015-08-06 23:32 <a href="http://www.blogjava.net/heavensay/archive/2015/08/06/405440.html#426645#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2015/07/08/405440.html#426096</link><dc:creator>店小二</dc:creator><author>店小二</author><pubDate>Wed, 08 Jul 2015 08:53:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/07/08/405440.html#426096</guid><description><![CDATA[（i.e. Animal.prototype.constructor===Animal）<br>这句的前提是 Animal没有原型对象， 否则应该全等于原型对象所处的类型本身。<img src ="http://www.blogjava.net/heavensay/aggbug/426096.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">店小二</a> 2015-07-08 16:53 <a href="http://www.blogjava.net/heavensay/archive/2015/07/08/405440.html#426096#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍</title><link>http://www.blogjava.net/heavensay/archive/2015/06/01/405440.html#425434</link><dc:creator>天厣</dc:creator><author>天厣</author><pubDate>Mon, 01 Jun 2015 10:30:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/06/01/405440.html#425434</guid><description><![CDATA[@dd<br>Object.constructor,其实是取取值于Function.prototype中的Constructor,即为Function.而Object.prototype.Constructor却是指向构造该对象的函数即,Object函数.<br><img src ="http://www.blogjava.net/heavensay/aggbug/425434.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">天厣</a> 2015-06-01 18:30 <a href="http://www.blogjava.net/heavensay/archive/2015/06/01/405440.html#425434#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Js中Prototype、__proto__、Constructor、Object、Function关系介绍[未登录]</title><link>http://www.blogjava.net/heavensay/archive/2015/05/07/405440.html#424920</link><dc:creator>bb</dc:creator><author>bb</author><pubDate>Thu, 07 May 2015 08:21:00 GMT</pubDate><guid>http://www.blogjava.net/heavensay/archive/2015/05/07/405440.html#424920</guid><description><![CDATA[Object.constructor<br>返回：function Function() { [native code] }<br>Object.prototype.constructor<br>返回：function Object() { [native code] }<br><br>都回指向内部__proto__<img src ="http://www.blogjava.net/heavensay/aggbug/424920.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/heavensay/" target="_blank">bb</a> 2015-05-07 16:21 <a href="http://www.blogjava.net/heavensay/archive/2015/05/07/405440.html#424920#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>