<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>合并数组 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%90%88%E5%B9%B6%E6%95%B0%E7%BB%84/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 30 Aug 2023 07:20:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>ts如何merge两个obj的数组(基于key)</title>
		<link>https://www.coder4.com/archives/7889</link>
					<comments>https://www.coder4.com/archives/7889#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 30 Aug 2023 07:20:55 +0000</pubDate>
				<category><![CDATA[前端技术]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[合并数组]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7889</guid>

					<description><![CDATA[数据例子： const arr1 = [ { id: 1, name: 'John' }, { id: 2, name: 'Alice' }, { id: 3, name: 'Bob' } ]; const arr2 = [ { id: 2, age: 30 }, { id: 3, age: 25 }, { id: 4, age: 28 } ]; 代码： const mergedArray = arr1.map((item) =&#62; {[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7889/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
