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

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

 

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

导航