Not Supported in IE 6-11 const array = ['hello', 'world']; const substring = 'hell'; const match = array.find(element => { if ...
確定! 回上一頁