js

作者: 兰为鹏 | 来源:发表于2019-06-27 11:23 被阅读0次

    字符串可以用[]来获取其中的字符

    let str ='ds'
    console.log(str[1])
    
    image.png

    相关文章

      网友评论

          本文标题:js

          本文链接:https://www.haomeiwen.com/subject/izunxctx.html