例子 const proxy = new Proxy(new Date(), {}) proxy.getDate() // Uncaught TypeError: this is not a Date object. 参考 Proxy和Reflect Pitfall: not all objects can be proxied transparently