原文鏈接事情的起源是這樣的, 同事發給我兩段代碼, 如下: var a = [1, 2, 3, 1, 2, 3]; a.forEach((item, index) => { console.log(index, item); ...
確定! 回上一頁