Reflect对象
封装基于对象操作的原始行为。 :::info Reflect中的某些方法已经暴露在Object、Function对象中,可能有一点点区别。 :::
Reflect不是构造函数,它只是静态的方法集合,和Math对象类似。
参考
https://stackoverflow.com/questions/63626532/what-is-the-purpose-of-reflect-get-methods-third-parameter-in-javascript
https://stackoverflow.com/questions/44639309/javascript-difference-between-reflect-get-and-objfoo