在 Vue 3 中,响应式数据 Proxy 对象,若要获取原始数据,可使用以下方法: 1. 使用 toRaw() 函数(推荐) import { reactive, toRaw } from 'vue'; const proxyData = reactive({ name: 'Alice'