function sing()
{with(arguments.callee)
alert(author+":"+poem);
};
sing.author="李白";
sing.poem="汉家秦地月";
sing();
sing.author="李哉";
sing.poem="日出汉家天";
sing();
posted on 2009-12-21 17:14  sweting  阅读(204)  评论(0编辑  收藏  举报