function fn(){ console.log(1);}fn.toString = function(){ return 30;}console.log(fn);不懂为什么打印结果是30.. 查看完整描述