步骤: 1.字符串转化成字符数组 2.字符数组元素翻转 3.字符数组转化成字符串 代码: console.log("hello".split('').reverse().join(''));//olleh