@TOC message.split(’’).reverse().join(’’) split()方法:把字符串分割成字符串组 reverse()方法:颠倒数组中元素的顺序 join()方法:把数组中的所有元素放入一个字符串