日期:2014-05-20 浏览次数:20746 次
static String reverse(CharSequence input){ return new StringBuffer(input).reverse().toString(); }