怎样在 js 中实现 反转字符串 的功能?

"string".split('').reverse().join('');

 

posted on 2019-08-28 11:51  aisowe  阅读(210)  评论(0编辑  收藏  举报

导航