myFile.available();
if (dataFile) { while (dataFile.available()) { Serial.write(dataFile.read()); } dataFile.close(); }
其他
返回SD模块语法手册