char myStr[] = "this is a test"; void setup() { Serial.begin(9600); } void loop() { for (byte i = 0; i < sizeof(myStr) - 1; ...
確定! 回上一頁