看下面代码: [code] [removed] var test = function f(){ alert(typeof f);} test(); alert(typeof f); [removed] [/code] 在IE6和IE7中执行是输出2次"function";而在Firefox中第1次是输出"function&q