下列程序执行后,串口监视器显示的相应内容是?( )
String receData = "11223344";
Serial.print(receData.indexOf('2'));
11
22
1
2