From c93c570f687189570861bdd0ff1c87c49090c29f Mon Sep 17 00:00:00 2001 From: yangtianfu01 <36159345+yangtianfu01@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:36:52 +0800 Subject: 从...创建->对...创建 (#3107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正中文语法 --- .../zh-cn/web/javascript/reference/global_objects/array/from/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/from/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/from/index.html index 98a16c1700..28e693f567 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/from/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/from/index.html @@ -14,7 +14,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/from ---
Array.from()
方法从一个类似数组或可迭代对象创建一个新的,浅拷贝的数组实例。
Array.from()
方法对一个类似数组或可迭代对象创建一个新的,浅拷贝的数组实例。