摘要: let string = 'hello'; let strings = string; console.log(string + ' ' + strings) //hello hello console.log('hello'+ 'hello') //hellohello 总结:要拼接的内容用引号即 阅读全文
posted @ 2018-10-09 09:10 杏杏子 阅读(94) 评论(0) 推荐(0) 编辑