题目:
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue
",
return "blue is sky the
".
java代码:
Reverse Words in a String,布布扣,bubuko.com
原文:http://blog.csdn.net/jingang_cq/article/details/37593553