手机也能上课
1/5
这段代码的输出是什么?
temp = "7"
temp += "2"
puts temp
temp = "7"
temp += "2"
puts temp