下列程序执行后,串口监视器显示的相应内容是?( )
String receData="ABCAB"; Serial.println(receData.substring(0,receData.indexOf('c')));
AB
CABC
ABC
ABCABC