var a=function(){
this.che1 = function () { console.log(1) }
this.che2 = function () { console.log(2) }
this.che3=function(){console.log(3)}
}
var b= new a();
var c={}; c.__proto__ = a.prototype;
a.call(c); console.log(b)
console.log(c)

  

最新文章

  1. gnuplot使用1
  2. VirtualBox5中安装的CentOS6.7安装增强工具
  3. MVC项目创建与项目结构介绍
  4. JQuery:JQuery的尺寸
  5. Xen虚拟机磁盘镜像模板制作(三)—CentOS 7
  6. C# WPF 解压缩7zip文件 带进度条 sevenzipsharp
  7. 计算任意位数的Pi
  8. haskell 开发环境配置
  9. hadoop版本号变迁
  10. HDU 3715 Go Deeper(2-sat)
  11. Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
  12. anguar-select2
  13. MVP 实践
  14. 每天五分钟,玩转Docker。
  15. @Resource注入为null
  16. java linux ftp问题
  17. opencv学习笔记——cv::CommandLineParser函数详解
  18. 吴裕雄 数据挖掘与分析案例实战(14)——Kmeans聚类分析
  19. luoguP1090 合并果子 (贪心+优先队列)
  20. JDK安装与环境变量全过程-鹏鹏

热门文章

  1. es5实现数组去重
  2. 第六周&Java实验报告四(类的继承)
  3. poj3252(数位dp)(模板)
  4. [转帖]Marvell第二代ARM处理器ThunderX2解析
  5. centos 防火墙 iptables firewalld SELinux
  6. 洛谷 U78696 图书馆馆长的考验 题解
  7. Solution for automatic update of Chinese word segmentation full-text index in NEO4J
  8. qtdebug和release加载不同的文件配置
  9. Input常用的输入框验证(正则)
  10. vue elementui table组件内容换行