码迷,mamicode.com
首页 > 其他好文 > 详细

构造函数另类使用。

时间:2018-07-14 10:18:56      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:构造函数   UNC   结果   his   ret   代码   func   pat   push   

代码

function init(){

  let str = new Array()

  this.fun = function(path){

   str.push(path)

  var bb = (function(path){

     //对str进行操作,把操作结果返回出去。

    return res

    })()

  return bb

  } 

}

//该方法,可以保存局部变量,不被外部修改。

构造函数另类使用。

标签:构造函数   UNC   结果   his   ret   代码   func   pat   push   

原文地址:https://www.cnblogs.com/wpw1215/p/9308546.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!