函数的定义
var fn = new Funtion('x', 'y', 'console.log(x + y)');
// 所有的函数都是 Funtion 的实例对象
console.log(fn instanceof Object); // true 函数属于对象
var fn = new Funtion('x', 'y', 'console.var fn = new Funtion('x', 'y', 'console.log(x + y)');
// 所有的函数都是 Funtion 的实例对象
console.log(fn instanceof Object); // true 函数属于对象
var fn = new Funtion('x', 'y', 'console.