var o={x:1};

var p=Object.create(o); //根据对象o 创建对象 p

 

bool  b= o.isprototypeof(p);  

 

alert(b);

相关文章:

  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-07-06
  • 2021-11-13
  • 2021-06-14
  • 2021-08-31
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案