127个常用的JS代码片段,每段代码花30秒就能看懂(四)

66、isLowerCase用于判断当前字符串是否都为小写。constisLowerCase = str => str === str.toLowerCase();

网站地图