Firstly, the string is split into individual elements using the split() method. Then the string elements are reversed using the reverse() method. Finally, the ...
確定! 回上一頁