function sing()
{with(arguments.callee)
alert(author+":"+poem);
};
sing.author="李白";
sing.poem="汉家秦地月";
sing();
sing.author="李哉";
sing.poem="日出汉家天";
sing();
转载于:https://www.cnblogs.com/sweting/archive/2009/12/21/1629179.html