reverseString (str.substr(1)) + str.charAt(0) firstly returns the portion of the string , starting at the index of the first character to ...
確定! 回上一頁