JavaScript Array from() 方法

2022-03-25 17:44 更新

JavaScript Array from() 方法

Array 對象參考手冊JavaScript Array 對象

實(shí)例


從字符串創(chuàng)建數(shù)組:

var myArr = Array.from("ABCDEFG");


定義和用法

??from()? 方法從具有 length 屬性或可迭代對象的任何對象返回 Array 對象。


瀏覽器支持

Firefox Opera Google Chrome Safari

注釋:Internet Explorer 不支持 ?from()? 方法。


語法

Array.from(object, mapFunction, thisValue)

參數(shù)值

參數(shù) 描述
object 必需。需轉(zhuǎn)換為數(shù)組的對象。
mapFunction 可選。對數(shù)組的每個項(xiàng)目調(diào)用的 map 函數(shù)。
thisValue 可選。執(zhí)行 mapFunction 時用作 this 的值。

技術(shù)細(xì)節(jié)

返回值: Array 對象
JavaScript 版本: ECMAScript 6

Array 對象參考手冊JavaScript Array 對象


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號