How to get the index of an item in a JavaScript array · letters = ['a', 'b', 'c'] · index = letters.indexOf('b') ...
確定! 回上一頁