摘要:
1 function fn1(){console.log(1);} 2 fn1();//2 3 function fn1(){console.log(2);} 4 fn1();//2 在javascript中,直接通过function声明的函数,后面的定义会影响到之前的引用。 1 var fn1 = 阅读全文
posted @ 2016-02-15 14:57
sxshijingjing
阅读(198)
评论(0)
推荐(0)
浙公网安备 33010602011771号