首页 > 360第一题哪里不对?
头像
菲尼克斯007
编辑于 2020-08-24 16:41
+ 关注

360第一题哪里不对?

let str='wotainanle'
var str1=str.replace(/n/g,function(m){
    return m.replace(m,function(k){
        return '%'+k
    })
})
// str.toUpperCase
if(str1[0]==='%'){
    str1=str1.slice(1)
}
let arr=str1.split('%')
for(let i=0;i<arr.length;i++){
    let temp=arr[i]
    let a=temp[0].toUpperCase()
    temp=a+temp.slice(1)
    console.log(temp)
}

全部评论

(2) 回帖
加载中...
话题 回帖

相关热帖

近期热帖

历年真题 真题热练榜 24小时
技术(软件)/信息技术类
查看全部

近期精华帖

热门推荐