AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
~~~ var articles = [{ title: 'hello', content: 'hello world', created_at:'2017-08-30 13:45:15' },{ title: 'foo', content: 'foo bar', created_at:'2017-08-30 13:45:15' }] var result = articles.map(item => { return Object.values(item) }) ~~~ * * * * * * 参考资料 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/map https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/values