摘要:
1 函数模式 最普通的函数调用 1 // 声明式函数 2 function fn1 () { 3 console.log(this); 4 } 5 // 函数表达式函数 6 var fn2 = function() { 7 console.log(this); 8 }; 9 // 调用 函数中thi 阅读全文
posted @ 2016-11-06 13:24
Pеcu❤lian
阅读(197)
评论(0)
推荐(1)
浙公网安备 33010602011771号