document.write('

解析:

f1.prototype = new f2();

f1.prototype.constructor = f1;

');