As we got an array of words, so we can easily get the first element of that array by passing its index number. let myArray = myString.split(' ') ...
確定! 回上一頁