JS中function, new function, new Function,Function

函數是JavaScript中很重要的一個語言元素,而且提供了一個function 關鍵字和內置對象Function ,下面是其可能的用法和它們之間的關係。函數 使用方法一: this var  foo01  =   function ()  // or fun01 = function () {       var  temp  =   100 ;       this .temp  =   20
相關文章
相關標籤/搜索