命名:
let numberOfDogs = 6 +2;
字符串连接: let finishedMessage = username + "xx" + password;
字符串打印值: let food = "i like(favoriteFood) because it is(reason)"