扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
function Fn(){
this.test1 = function(){
console.log('test1()');
};
}
Fn.prototype.test2 = function(){
console.log('test2()');
};
var fn = new Fn();
fn.test1();//"test1()"
fn.test2();//"test2()"
console.log(fn.toString());//"[object Object]"
fn.test3();//报错,"undefined is not a function"
创新互联公司科技有限公司专业互联网基础服务商,为您提供资阳主机托管,高防服务器,成都IDC机房托管,成都主机托管等互联网服务。
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流