<p>functionCreatePerson(name,qq)//构造函数{this.name=name;this.qq=qq;}CreatePerson.prototype.showName=function()//原型{alert('我的名字叫:'+this.name);};CreatePerson.prototype.showQQ=function(){alert('我的QQ号:'+this.qq);};varobj=newCreatePerson('起航劳务派遣系统','258248832');varobj2=newCreatePerson('张三','45648979879');alert(obj.showName==obj2.showName);本文由起航劳务派遣系统系统编辑所撰,如若转载请注明出处。</p>