String reverse (. String string. ) Returns a string with reversed order of characters. Example: print(reverse("hello")); => olleh ...
確定! 回上一頁