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

【avalon源码】scpCompile

时间:2016-12-14 19:04:27      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:png   pil   new   ges   scp   nbsp   images   技术   com   

function noop() {}
function scpCompile(array) {
    return Function.apply(noop, array)
}

// var fn = new Function(‘x‘, ‘y‘, ‘return x + y;‘);
// 等价于var fn = function(x, y) {return x + y;}

var fn = scpCompile([‘x‘, ‘y‘, ‘return x + y;‘])
console.log(fn)

 

技术分享

【avalon源码】scpCompile

标签:png   pil   new   ges   scp   nbsp   images   技术   com   

原文地址:http://www.cnblogs.com/jzm17173/p/6180217.html

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