codecamp

 JavaScript字符串连接方式

// 举例
var ourStr = "I come first. " + "I come second.";


// Only change code below this line


var myStr="This is the start. "+"This is the end.";
JavaScript 转义字符串中的特殊符号
JavaScript +=连接字符串操作
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定