The simplest way to reverse a string in JavaScript is to split a string into an array, reverse() it and join() it back into a string.
確定! 回上一頁