const hello = new Proxy(obj,{...})
然后我需要获取 hello 所有的值
直接返回 hello 是 proxy 类型的,怎么拿到里面的值?
=======
知道答案了
{...hello}