摘要: var string = "Welcome to this China!"; console.log(string) let a = string.split('') // 分隔成一个个的字符数组 // ["W", "e", "l", "c", "o", "m", "e", " ", "t", "o 阅读全文
posted @ 2020-12-02 14:16 星期7 阅读(81) 评论(0) 推荐(0)