# 字符串操作符 下面代码执行后的结果是:
```java
String s1 = "1"; int s2 = 2; System.out.println(s1 + s2); ``` ## 答案
12
## 选项 ### A 3 ### B 1 ### C
所有都不是