今日已经过去小时
这周已经过去天
本月已经过去天
今年已经过去个月
在 JavaScript 中,可以使用 Array.from()
方法将 Proxy 对象转换为数组。例如:
const proxy = new Proxy([1, 2, 3, 4, 5], {}); const arr = Array.from(proxy); console.log(arr); // [1, 2, 3, 4, 5]
另外,也可以使用扩展运算符 ...
将 Proxy 对象转换为数组。例如:
const proxy = new Proxy([1, 2, 3, 4, 5], {}); const arr = [...proxy]; console.log(arr); // [1, 2, 3, 4, 5]
通过CDN引入vue:
let arrs= Vue.toRaw(array) const arrs=Object.keys(arr).map(key => `${encodeURIComponent(key)}=${encodeURIComponent(arr[key])}`).join('&');