现场出题
function func() { function getc() { alert(1); } return this;}var func = function () { alert(2)}func.getc = function () { alert(3)}