运行结果尺寸: 625 x 591
x
 
str1 <- "Hello"
str2 <- "World"
paste(str1, str2)
[1] "Hello World"