function fn(){
console.log(1);
}
fn.toString = function(){
return 30;
console.log(fn);
不懂为什么打印结果是30..
天涯尽头无女友
相关分类