如题function func () {}console.log(func.prototype) // Object {}var fn = func.bind(this)console.log(fn.prototype) // undefined ? 查看完整描述