Reverse a String

题目:

翻转字符串

先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,最后把数组转化成字符串。

你的结果必须得是一个字符串

posted @ 2017-03-22 23:00  稀算客  阅读(1920)  评论(0)    收藏  举报