To reverse a string, you can transform the string into an array and then use JavaScript arrays' built-in reverse() method.
確定! 回上一頁