你指的是用 new Function( ) 来定义函数的情况吗?
如果是 函数定义表达式 或 函数声明 来定义函数 ,那么函数的原型对象是啥?
【 在 XeCycle (据说是小 X) 的大作中提到: 】
: your book is too old, arrow functions do not have a "prototype" property.
: F.prototype is the prototype of the newly-created object passed to F
: as "this" context when evaluating "new F" or "new F(...)".
--
FROM 106.39.16.*