See Dream

Home Archives
2017-11-22


看看new 做了啥
function Person( name, age ) {
//var obj = object.create(Person.prototype);
//this = obj;

this.name = name;
this.age = age;

//return thisl

}

Share
Newer
'在NodeJs中使用Socks代理'
Older
微信小程序选项卡Tab组件

彙整

  • February 2018
  • November 2017
  • September 2017
  • August 2017

最新文章

  • '在NodeJs中使用Socks代理'
  • (no title)
  • 微信小程序选项卡Tab组件
  • HTML5中的 requestAnimationFrame
  • hexo is done
© 2018 withwyf
Powered by Hexo
Home Archives