char dst[5][5]; Serial.println("split string..."); int cnt = split(dst, str, ","); for (int i = 0; i < cnt; i++) Serial.println(dst[ i]);}
確定! 回上一頁