📄 2.2.html
字号:
<html>
<title> 字符串的拼接</title>
<head>
<script language=javascript>
var str1="Welcome to our hometown.";
var str2="It \'s one of the most beautiful places in the world.";
alert(str1+str2);
</script>
</head>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -