<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Js%3AReduce</id>
	<title>Js:Reduce - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Js%3AReduce"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Js:Reduce&amp;action=history"/>
	<updated>2026-06-02T21:39:06Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Js:Reduce&amp;diff=2116&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“Array.prototype.reduce() &lt;source lang=&quot;javascript&quot;&gt; [0, 1, 2, 3, 4].reduce(   function (     accumulator,     currentValue,     currentIndex,     array   ) {     ret...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Js:Reduce&amp;diff=2116&amp;oldid=prev"/>
		<updated>2017-04-12T03:53:10Z</updated>

		<summary type="html">&lt;p&gt;以“Array.prototype.reduce() &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt; [0, 1, 2, 3, 4].reduce(   function (     accumulator,     currentValue,     currentIndex,     array   ) {     ret...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Array.prototype.reduce()&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
[0, 1, 2, 3, 4].reduce(&lt;br /&gt;
  function (&lt;br /&gt;
    accumulator,&lt;br /&gt;
    currentValue,&lt;br /&gt;
    currentIndex,&lt;br /&gt;
    array&lt;br /&gt;
  ) {&lt;br /&gt;
    return accumulator + currentValue;&lt;br /&gt;
  }&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programe]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>