第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何根據(jù)數(shù)組內(nèi)的元素的相同屬性將相鄰的元素合并?

如何根據(jù)數(shù)組內(nèi)的元素的相同屬性將相鄰的元素合并?

12345678_0001 2019-03-05 09:11:53
const array = [    { text: 'a', style: { bold: true }},    { text: 'b', style: { bold: true }},    { text: 'c', style: { italic: true, bold: true }},    { text: 'd', style: { italic: true }},    { text: 'e', style: { italic: true }},    { text: 'f', style: { underline: true }},]類似這樣的數(shù)組,期望格式化后是這樣的const formatArray = [    { text: 'ab', style: { bold: true }},    { text: 'c',  style: { italic: true, bold: true }},    { text: 'de', style: { italic: true }},    { text: 'f', style: { underline: true }},]根據(jù)完全相同的style屬性將text值拼接, text有順序要求,就是數(shù)組的索引,所以只合并相鄰的具有相同style屬性的元素。請(qǐng)大牛們指點(diǎn)迷津!
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 556 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)