• The last discussion about the prototype


    1:create Object

    2:create function

    3:create a rule:all instance must have __proto__, and it reference to Father's prototype

    4:create a rule:the prototype is object,and it has a attribute named constructor,the constructor reference to it self

    5:correct Object,set it`s prototype null,and set it`s __proto__  reference to Function

    6:create Date、Array、Math、Function by Function

  • 相关阅读:
    习惯
    mysql
    mysql
    mysql
    MYSQL
    MYSQL
    mysql
    手动从Spring中获取指定对象
    jdbc连接数据库
    java代码调用exe(cmd命令)
  • 原文地址:https://www.cnblogs.com/mrzhu/p/11369591.html
Copyright © 2020-2023  润新知