function name()
{
this.age = "15";
};
function Toms()
this.mono = new name();
var Tom = new Toms();
alert(Toms.name);
相关分类