摘要: 方法一: 1.toLowerCase() //统一小写。 2.split(" ").reverse().join(" "); //字符串翻转。 方法二: 1.str.toLowerCase() //,统一小写。 2.从字符串两端向中间遍历, 阅读全文
posted @ 2017-09-22 11:31 东张西旺 阅读(216) 评论(0) 推荐(0) 编辑