摘要: var str = '123'; var newStr = str.split("").reverse().join(""); alert(newStr); 阅读全文
posted @ 2016-05-25 19:32 xiaoxiao333 阅读(315) 评论(0) 推荐(0)